feat:样式优化

This commit is contained in:
weifashi 2023-08-17 17:30:07 +08:00
parent 97fc99c5e4
commit 706fd0d588
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<h1>{{ $L('应用') }}</h1>
</div>
</div>
<div class="apply-row">
<div class="apply-content">
<div v-if="adminApplyList.length > 0" class="apply-row-title">{{ $L('常用') }}</div>
<Row :gutter="16">

View File

@ -32,9 +32,10 @@
}
}
.apply-row {
.apply-content {
flex: 1;
padding: 16px 30px;
overflow: auto;
.apply-row-title{
margin-bottom: 16px;