Selaa lähdekoodia

页面card去掉高度

huahaiyan 6 vuotta sitten
vanhempi
commit
dddd45ab14

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/district.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <el-card class="box-card" style="height: calc(100vh - 92px);">
+    <el-card class="box-card">
       <div slot="header" style="height: 20px;">
         <span style="float: left;">
           <i class="icon icon-table2"></i>

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/module.vue

@@ -1,6 +1,6 @@
 <template>
 <div>
-    <el-card class="box-card" style="height: calc(100vh - 92px);">
+    <el-card class="box-card">
       <div slot="header" style="height: 20px;">
         <span style="float: left;">
           <i class="icon icon-table2"></i>

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/organize.vue

@@ -1,6 +1,6 @@
 <template>
 <div>
-    <el-card class="box-card" style="height: calc(100vh - 92px);">
+    <el-card class="box-card">
       <div slot="header" style="height: 20px;">
         <span style="float: left;">
           <i class="icon icon-table2"></i>

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/permission.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <el-card class="box-card" style="height: calc(100vh - 92px);">
+    <el-card class="box-card">
       <div slot="header" style="height: 20px;">
         <span style="float: left;">
           <i class="icon icon-table2"></i>

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/userrole.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <el-card class="box-card" style="height: calc(100vh - 92px);">
+    <el-card class="box-card">
       <div slot="header" style="height: 20px;">
         <span style="float: left;">
           <i class="icon icon-table2"></i>

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/system/users.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-     <el-card class="box-card" style="height: calc(100vh - 92px);">
+     <el-card class="box-card">
       <div slot="header" style="height: 20px;">
         <span style="float: left;">
           <i class="icon icon-table2"></i>