Tang 3 жил өмнө
parent
commit
6c12065942

+ 2 - 2
src/components/tableList.vue

@@ -918,7 +918,7 @@
             <div v-if="scope.row[item.prop] === 1" style="color: red">
             <div v-if="scope.row[item.prop] === 1" style="color: red">
               有变更
               有变更
               <span
               <span
-                style="marign-left: 6px; color: blue; cursor: pointer"
+                style="margin-left: 6px; color: blue; cursor: pointer"
                 @click="isShowBoxsFun(scope.row)"
                 @click="isShowBoxsFun(scope.row)"
                 >查看</span
                 >查看</span
               >
               >
@@ -2402,7 +2402,7 @@ export default {
 };
 };
 </script>
 </script>
 <style lang="less">
 <style lang="less">
-.el-table .cell.el-tooltip{
+.el-table .cell.el-tooltip {
   transition: all 0.3s;
   transition: all 0.3s;
 }
 }
 .max-heightStyles {
 .max-heightStyles {