Browse Source

优化

master
陈裕财 3 years ago
parent
commit
e4bac24add
  1. 10
      src/views/xm/XmOverview.vue
  2. 2
      src/views/xm/core/xmIteration/XmIterationOverview.vue
  3. 2
      src/views/xm/core/xmProduct/XmProductOverview.vue
  4. 2
      src/views/xm/core/xmProject/XmProjectOverview.vue

10
src/views/xm/XmOverview.vue

@ -61,7 +61,7 @@
</el-popover>
</div>
<el-row style="margin-bottom:10px">
<el-row style="margin-bottom:20px">
<el-col :span="8">
<div class="item">
<div class="icon1" style="background-color: rgb(79, 140, 255);">
@ -98,7 +98,7 @@
</div>
</el-col>
</el-row>
<el-row style="margin-bottom:10px">
<el-row style="margin-bottom:20px">
<div class="item">
<div class="icon2" style="background-color: rgb(204, 204, 204);">
<i class="el-icon-date"></i>
@ -110,7 +110,7 @@
</div>
</div>
</el-row>
<el-row style="margin-bottom:10px">
<el-row style="margin-bottom:20px">
<div class="item">
<div class="icon2" style="background-color: rgb(204, 204, 204);">
<i class="el-icon-star-off"></i>
@ -120,7 +120,7 @@
</div>
</div>
</el-row>
<el-row style="margin-bottom:10px">
<el-row style="margin-bottom:20px">
<div class="item">
<div class="icon2" style="background-color: rgb(204, 204, 204);">
<i class="el-icon-alarm-clock"></i>
@ -1039,7 +1039,6 @@ export default {
.icon1 {
color: #fff;
height: 30px;
border-radius: 15px;
text-align: center;
font-size: 20px;
@ -1049,7 +1048,6 @@ export default {
.icon2 {
color: #000000;
width: 30px;
border-radius: 15px;
text-align: center;
font-size: 20px;

2
src/views/xm/core/xmIteration/XmIterationOverview.vue

@ -998,7 +998,6 @@ export default {
.icon1 {
color: #fff;
height: 30px;
border-radius: 15px;
text-align: center;
font-size: 20px;
@ -1008,7 +1007,6 @@ export default {
.icon2 {
color: #000000;
width: 30px;
border-radius: 15px;
text-align: center;
font-size: 20px;

2
src/views/xm/core/xmProduct/XmProductOverview.vue

@ -1004,7 +1004,6 @@ export default {
.icon1 {
color: #fff;
height: 30px;
border-radius: 15px;
text-align: center;
font-size: 20px;
@ -1014,7 +1013,6 @@ export default {
.icon2 {
color: #000000;
width: 30px;
border-radius: 15px;
text-align: center;
font-size: 20px;

2
src/views/xm/core/xmProject/XmProjectOverview.vue

@ -1015,7 +1015,6 @@ export default {
.icon1 {
color: #fff;
height: 30px;
border-radius: 15px;
text-align: center;
font-size: 20px;
@ -1025,7 +1024,6 @@ export default {
.icon2 {
color: #000000;
width: 30px;
border-radius: 15px;
text-align: center;
font-size: 20px;

Loading…
Cancel
Save