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