Przeglądaj źródła

市场工作台ui已办待办优化

hujunwei 2 lat temu
rodzic
commit
954e54349f
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      src/pages/main/leader/leaderhomeTask.vue

+ 4 - 4
src/pages/main/leader/leaderhomeTask.vue

@@ -31,8 +31,8 @@
                   @click="RowTitle(scope.row)"
                   :style="
                     scope.row.woTypeDesc == '预警工单'
-                      ? 'cursor: pointer;color:red;float:left;text-align:left;width: 90%;'
-                      : 'cursor: pointer;color:blue;float:left;text-align:left;width: 90%;'
+                      ? 'cursor: pointer;color:red;'
+                      : 'cursor: pointer;color:blue;'
                   "
                   >
                   <!-- <span style="float: left; color: #afb2d8;margin-right:5px"
@@ -127,7 +127,7 @@
                 <span
                   @click="RowDoneTitle(scope.row)"
                   :title="scope.row.woTitle" 
-                  style="cursor: pointer; color: blue; float:left;"
+                  style="cursor: pointer; color: blue;"
                   >{{ scope.row.woTitle }}</span
                 >
               </template>
@@ -192,7 +192,7 @@
                 <span
                   :title="scope.row.woTitle"
                   @click="RowlaunchTitle(scope.row)"
-                  style="cursor: pointer; color: blue; float: left"
+                  style="cursor: pointer; color: blue;"
                   >{{ scope.row.woTitle }}</span
                 >
               </template>