mirror of https://github.com/halo-dev/halo-admin
Fixed style error.
parent
e2993ee38f
commit
e7f8170929
|
@ -618,4 +618,8 @@ body {
|
|||
.pagination {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.divider-transparent {
|
||||
background: transparent!important;
|
||||
}
|
|
@ -118,7 +118,7 @@
|
|||
</a-skeleton>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-divider />
|
||||
<a-divider class="divider-transparent"/>
|
||||
<div class="bottom-control">
|
||||
<a-popconfirm
|
||||
title="你确定要添加到图库?"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div>
|
||||
<a-drawer
|
||||
title="附件库"
|
||||
:width="isMobile()?'100%':'580'"
|
||||
:width="isMobile()?'100%':'460'"
|
||||
closable
|
||||
:visible="visiable"
|
||||
destroyOnClose
|
||||
|
@ -56,7 +56,7 @@
|
|||
:attachment="selectedAttachment"
|
||||
@delete="handleDelete"
|
||||
/>
|
||||
<a-divider />
|
||||
<a-divider class="divider-transparent"/>
|
||||
<div class="bottom-control">
|
||||
<a-button
|
||||
@click="handleShowUploadModal"
|
||||
|
@ -118,7 +118,7 @@ export default {
|
|||
skeletonLoading: true,
|
||||
pagination: {
|
||||
page: 1,
|
||||
size: 10,
|
||||
size: 12,
|
||||
sort: ''
|
||||
},
|
||||
queryParam: {
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
@change="handlePaginationChange"
|
||||
></a-pagination>
|
||||
</div>
|
||||
<a-divider />
|
||||
<a-divider class="divider-transparent"/>
|
||||
<div class="bottom-control">
|
||||
<a-button
|
||||
@click="handleShowUploadModal"
|
||||
|
@ -98,7 +98,7 @@ export default {
|
|||
drawerWidth: {
|
||||
type: Number,
|
||||
required: false,
|
||||
default: 580
|
||||
default: 460
|
||||
},
|
||||
title: {
|
||||
type: String,
|
||||
|
@ -112,7 +112,7 @@ export default {
|
|||
skeletonLoading: true,
|
||||
pagination: {
|
||||
page: 1,
|
||||
size: 10,
|
||||
size: 12,
|
||||
sort: ''
|
||||
},
|
||||
attachments: [],
|
||||
|
|
|
@ -288,7 +288,7 @@
|
|||
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-divider />
|
||||
<a-divider class="divider-transparent"/>
|
||||
<div class="bottom-control">
|
||||
<a-popconfirm
|
||||
title="你确定要清空所有操作日志?"
|
||||
|
|
|
@ -142,14 +142,13 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a-divider />
|
||||
<a-divider class="divider-transparent" />
|
||||
</div>
|
||||
<AttachmentSelectDrawer
|
||||
v-model="thumDrawerVisible"
|
||||
@listenToSelect="handleSelectPostThumb"
|
||||
:drawerWidth="460"
|
||||
/>
|
||||
<a-divider />
|
||||
<div class="bottom-control">
|
||||
<a-button
|
||||
style="marginRight: 8px"
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a-divider />
|
||||
<a-divider class="divider-transparent"/>
|
||||
</div>
|
||||
<AttachmentSelectDrawer
|
||||
v-model="thumDrawerVisible"
|
||||
|
|
|
@ -241,7 +241,7 @@
|
|||
@listenToSelect="selectPhotoThumb"
|
||||
:drawerWidth="460"
|
||||
/>
|
||||
<a-divider />
|
||||
<a-divider class="divider-transparent"/>
|
||||
<div class="bottom-control">
|
||||
<a-button
|
||||
type="dashed"
|
||||
|
|
Loading…
Reference in New Issue