分级分类任务更新
Showing
1 changed file
with
5 additions
and
4 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment