Parcourir la source

去除卡片边框阴影

林倩 il y a 3 ans
Parent
commit
472dec8548

+ 1 - 1
src/pages/data-auth-module/data-permission-manage/data-auth-manage/business-tag-auth.vue

@@ -8,7 +8,7 @@
         <dg-row class="property-wapper" gutter="1rem">
             <!-- 属性列表 -->
             <dg-col :span="5" class="property-wapper__left">
-                <dg-card header="业务域标签列表" class="org-card box-card">
+                <dg-card header="业务域标签列表"  shadow="never" class="org-card box-card">
                     <business-tag-tree ref="tree" @handleGetNode="handleGetNode" @submitSearchTree="handleClearSubId"></business-tag-tree>
                 </dg-card>
             </dg-col>

+ 1 - 1
src/pages/data-auth-module/data-permission-manage/data-auth-manage/org-auth.vue

@@ -8,7 +8,7 @@
         <dg-row class="property-wapper" gutter="1rem">
             <!-- 机构列表 -->
             <dg-col :span="5" class="property-wapper__left">
-                <dg-card header="机构列表" class="org-card box-card">
+                <dg-card header="机构列表"  shadow="never" class="org-card box-card">
                     <org-tree
                         ref="tree"
                         class="u-pm__left"

+ 2 - 2
src/pages/data-auth-module/data-permission-manage/data-auth-search/person-view.vue

@@ -6,7 +6,7 @@
 <template>
   <dg-row class="property-wapper" gutter="1rem">
     <dg-col :span="15" class="property-wapper__left">
-      <dg-card class="box-card" header="人员列表">
+      <dg-card class="box-card" shadow="never" header="人员列表">
         <!-- 搜索栏 -->
         <search-bar :conditionForm="conditionForm" @submitSearch="receiveSearch"></search-bar>
         <!-- 人员列表 -->
@@ -21,7 +21,7 @@
     </dg-col>
     <!-- 权限设置 -->
     <dg-col :span="9" class="property-wapper__right">
-      <dg-card class="box-card" header="权限设置">
+      <dg-card class="box-card"  shadow="never" header="权限设置">
         <el-tabs v-model="activeName">
           <el-tab-pane label="表权限" name="TABLE">
             <person-view-tree tab="TABLE" :idcard="idcard" :key="key"></person-view-tree>