mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-06 07:56:56 +08:00
✨ Feature: beautify UI
This commit is contained in:
@@ -1018,7 +1018,7 @@ export default {
|
||||
transform: rotate(180deg)
|
||||
#gallery-view
|
||||
position absolute
|
||||
left 162px
|
||||
left 142px
|
||||
right 0
|
||||
height 100%
|
||||
.cursor-pointer
|
||||
|
||||
@@ -1904,7 +1904,7 @@ export default {
|
||||
#picgo-setting
|
||||
height 100%
|
||||
position absolute
|
||||
left 162px
|
||||
left 142px
|
||||
right 0
|
||||
.sub-title
|
||||
font-size 14px
|
||||
|
||||
@@ -561,7 +561,7 @@ export default {
|
||||
$darwinBg = #172426
|
||||
#plugin-view
|
||||
position absolute
|
||||
left 162px
|
||||
left 142px
|
||||
right 0
|
||||
.el-loading-mask
|
||||
background-color rgba(0, 0, 0, 0.8)
|
||||
|
||||
@@ -704,7 +704,7 @@ export default {
|
||||
color #409EFF
|
||||
#upload-view
|
||||
position absolute
|
||||
left 162px
|
||||
left 142px
|
||||
right 0
|
||||
height 100%
|
||||
.view-title
|
||||
|
||||
@@ -14,8 +14,11 @@
|
||||
v-for="item in curConfigList"
|
||||
:key="item._id"
|
||||
class="config-item-col"
|
||||
:span="11"
|
||||
:offset="1"
|
||||
:xs="24"
|
||||
:sm="curConfigList.length === 1 ? 24 : 12"
|
||||
:md="curConfigList.length === 1 ? 24 : 12"
|
||||
:lg="curConfigList.length === 1 ? 12 : 6"
|
||||
:xl="curConfigList.length === 1 ? 12 : 3"
|
||||
>
|
||||
<div
|
||||
:class="`config-item ${defaultConfigId === item._id ? 'selected' : ''}`"
|
||||
@@ -52,8 +55,11 @@
|
||||
</el-col>
|
||||
<el-col
|
||||
class="config-item-col"
|
||||
:span="11"
|
||||
:offset="1"
|
||||
:xs="24"
|
||||
:sm="curConfigList.length === 1 ? 24 : 12"
|
||||
:md="curConfigList.length === 1 ? 24 : 12"
|
||||
:lg="curConfigList.length === 1 ? 12 : 6"
|
||||
:xl="curConfigList.length === 1 ? 12 : 3"
|
||||
>
|
||||
<div
|
||||
class="config-item config-item-add"
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
class="setting-list"
|
||||
>
|
||||
<el-col
|
||||
:span="20"
|
||||
:offset="2"
|
||||
:span="22"
|
||||
:offset="1"
|
||||
>
|
||||
<div
|
||||
class="view-title"
|
||||
@@ -219,7 +219,7 @@ export default {
|
||||
overflow-y auto
|
||||
overflow-x hidden
|
||||
position absolute
|
||||
left 162px
|
||||
left 142px
|
||||
right 0
|
||||
.setting-list
|
||||
height 100%
|
||||
|
||||
Reference in New Issue
Block a user