mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-02 11:08:13 -05:00
parent
a11ae31359
commit
d7e0f56b47
@ -14,19 +14,13 @@
|
|||||||
<config-form v-if="config.length > 0" :id="type" ref="$configForm" :config="config" type="uploader">
|
<config-form v-if="config.length > 0" :id="type" ref="$configForm" :config="config" type="uploader">
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-button-group>
|
<el-button-group>
|
||||||
<el-button class="confirm-btn" type="info" round @click="handleReset">
|
<el-button type="info" round @click="handleReset">
|
||||||
{{ $T('RESET_PICBED_CONFIG') }}
|
{{ $T('RESET_PICBED_CONFIG') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button class="confirm-btn" type="success" round @click="handleConfirm">
|
<el-button type="success" round @click="handleConfirm">
|
||||||
{{ $T('CONFIRM') }}
|
{{ $T('CONFIRM') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button round type="warning" @mouseenter="handleMouseEnter" @mouseleave="handleMouseLeave">
|
||||||
class="confirm-btn"
|
|
||||||
round
|
|
||||||
type="warning"
|
|
||||||
@mouseenter="handleMouseEnter"
|
|
||||||
@mouseleave="handleMouseLeave"
|
|
||||||
>
|
|
||||||
<el-dropdown
|
<el-dropdown
|
||||||
ref="$dropdown"
|
ref="$dropdown"
|
||||||
placement="top"
|
placement="top"
|
||||||
@ -194,8 +188,6 @@ export default {
|
|||||||
&:hover
|
&:hover
|
||||||
cursor pointer
|
cursor pointer
|
||||||
color #409EFF
|
color #409EFF
|
||||||
.confirm-btn
|
|
||||||
width: 110px
|
|
||||||
.el-form
|
.el-form
|
||||||
label
|
label
|
||||||
line-height 22px
|
line-height 22px
|
||||||
@ -206,7 +198,7 @@ export default {
|
|||||||
.el-button-group
|
.el-button-group
|
||||||
width 100%
|
width 100%
|
||||||
.el-button
|
.el-button
|
||||||
width 33%
|
width calc(33.3333% - 10px)
|
||||||
.el-radio-group
|
.el-radio-group
|
||||||
margin-left 25px
|
margin-left 25px
|
||||||
.el-switch__label
|
.el-switch__label
|
||||||
|
Loading…
Reference in New Issue
Block a user