79dca67c by lxs

分级分类任务更新

1 parent a4576de4
...@@ -617,7 +617,7 @@ onBeforeMount(() => { ...@@ -617,7 +617,7 @@ onBeforeMount(() => {
617 @click="selectIndex = i; changTable();" v-preReClick>{{ item.dataPermissionName }}</div> 617 @click="selectIndex = i; changTable();" v-preReClick>{{ item.dataPermissionName }}</div>
618 </div> 618 </div>
619 </div> 619 </div>
620 <div class="main_wrap" :class="{full: step == 1}"> 620 <div class="main_wrap" :class="{ full: step == 1 }">
621 <div class="content_main" v-show="step == 0"> 621 <div class="content_main" v-show="step == 0">
622 <div class="template_panel"> 622 <div class="template_panel">
623 <div class="panel_title"> 623 <div class="panel_title">
...@@ -808,15 +808,16 @@ onBeforeMount(() => { ...@@ -808,15 +808,16 @@ onBeforeMount(() => {
808 width: 100%; 808 width: 100%;
809 809
810 .el-breadcrumb { 810 .el-breadcrumb {
811 padding: 8px; 811 padding: 0 12px;
812 line-height: 40px;
812 } 813 }
813 } 814 }
814 } 815 }
815 816
816 .table_panel_wrap { 817 .table_panel_wrap {
817 width: 100%; 818 width: 100%;
818 height: calc(100% - 30px); 819 height: calc(100% - 40px);
819 padding: 8px 8px 0; 820 padding: 0 12px;
820 } 821 }
821 } 822 }
822 823
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!