mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 13:22:49 +00:00
feat:样式优化
This commit is contained in:
parent
97fc99c5e4
commit
706fd0d588
@ -9,7 +9,7 @@
|
|||||||
<h1>{{ $L('应用') }}</h1>
|
<h1>{{ $L('应用') }}</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="apply-row">
|
<div class="apply-content">
|
||||||
|
|
||||||
<div v-if="adminApplyList.length > 0" class="apply-row-title">{{ $L('常用') }}</div>
|
<div v-if="adminApplyList.length > 0" class="apply-row-title">{{ $L('常用') }}</div>
|
||||||
<Row :gutter="16">
|
<Row :gutter="16">
|
||||||
|
|||||||
3
resources/assets/sass/pages/page-apply.scss
vendored
3
resources/assets/sass/pages/page-apply.scss
vendored
@ -32,9 +32,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.apply-row {
|
.apply-content {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 16px 30px;
|
padding: 16px 30px;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
.apply-row-title{
|
.apply-row-title{
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user