GuoYuFu123 6 years ago
parent
commit
a6a8bc6e21
3 changed files with 7 additions and 5 deletions
  1. 1 1
      src/test/fugy/Step3.vue
  2. 2 3
      src/test/fugy/index.less
  3. 4 1
      src/test/fugy/index.vue

+ 1 - 1
src/test/fugy/Step3.vue

@@ -1,5 +1,5 @@
 <template>
-    <div class='box'>
+    <div class='box1'>
         <div class='con-box'>
             <el-button type='primary'>根据关键内容批量标准化设备标识</el-button>
             <el-button type='primary' @click='someDictHandle'>根据关键内容批量对应数据字典</el-button>

+ 2 - 3
src/test/fugy/index.less

@@ -1,11 +1,10 @@
 @marginTop: 20px;
-.box {
-    padding: 20px;
+.box {    
     .step-box {
 
     }
     .con-box{
-        margin-top: @marginTop;
+        // margin-top: @marginTop;
         text-align: center;
         .checkbox {
             float: right;

+ 4 - 1
src/test/fugy/index.vue

@@ -30,5 +30,8 @@ export default {
     }
 }
 </script>
-<style lang="less">
+<style lang="less" scoped>
+.box {
+    padding: 20px;
+}
 </style>