Browse Source

样式错位

guhongwei 2 năm trước cách đây
mục cha
commit
0e61850926
1 tập tin đã thay đổi với 10 bổ sung10 xóa
  1. 10 10
      src/views/system/dictData/index.vue

+ 10 - 10
src/views/system/dictData/index.vue

@@ -5,16 +5,16 @@
         <el-col :span="24" class="one">
           <cSearch :is_title="false" :is_search="true" :fields="fields" @search="toSearch"> </cSearch>
         </el-col>
-      </el-col>
-      <el-col :span="24" class="two">
-        <cButton @toAdd="toAdd()">
-          <template v-slot:custom>
-            <el-button type="primary" @click="toBack">返回</el-button>
-          </template>
-        </cButton>
-      </el-col>
-      <el-col :span="24" class="thr">
-        <cTable :fields="fields" :opera="opera" :list="list" @query="search" :total="total" @edit="toEdit" @del="toDel"> </cTable>
+        <el-col :span="24" class="two">
+          <cButton @toAdd="toAdd()">
+            <template v-slot:custom>
+              <el-button type="primary" @click="toBack">返回</el-button>
+            </template>
+          </cButton>
+        </el-col>
+        <el-col :span="24" class="thr">
+          <cTable :fields="fields" :opera="opera" :list="list" @query="search" :total="total" @edit="toEdit" @del="toDel"> </cTable>
+        </el-col>
       </el-col>
     </el-row>
     <cDialog :dialog="dialog" @toClose="toClose">