mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改多图上传
This commit is contained in:
parent
c13d7e738f
commit
c5a42cc55c
@ -18,7 +18,9 @@
|
||||
</div>
|
||||
<div class="image-dialog-foot">
|
||||
<div id="ImageDialogPage" class="image-dialog-page"></div>
|
||||
<div id="ImageDialogButton layui-hide" class="image-dialog-button" v-if="data.length>0" @click="confirm">{{ data.length }}</div>
|
||||
<div id="ImageDialogButton layui-hide" class="image-dialog-button layui-btn layui-btn-normal" v-if="data.length>0" @click="confirm">
|
||||
已选 {{ data.length }} 张,确认
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -126,7 +126,7 @@
|
||||
}
|
||||
|
||||
// 禁止选中内容
|
||||
#NotSelect() {
|
||||
#notSelect() {
|
||||
user-select: none;
|
||||
-ms-user-select: none;
|
||||
-moz-user-select: none;
|
||||
|
@ -202,7 +202,7 @@
|
||||
}
|
||||
|
||||
.notselect {
|
||||
#NotSelect();
|
||||
#notSelect();
|
||||
}
|
||||
|
||||
.transition {
|
||||
@ -1047,22 +1047,11 @@ input:not(.layui-hide,[type=hidden]) {
|
||||
}
|
||||
|
||||
&-button {
|
||||
color: #fff;
|
||||
right: 10px;
|
||||
bottom: 4px;
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
z-index: 2;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
bottom: 6px;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
background: #1E9FFF;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
line-height: 42px;
|
||||
border-radius: 50%;
|
||||
#NotSelect();
|
||||
z-index: 2;
|
||||
#notSelect();
|
||||
#defaTransition();
|
||||
}
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
position: absolute;
|
||||
box-sizing: content-box;
|
||||
background: @TopHeaderBackColor !important;
|
||||
#NotSelect();
|
||||
#notSelect();
|
||||
|
||||
> ul.layui-nav {
|
||||
margin: 0;
|
||||
@ -147,7 +147,7 @@
|
||||
overflow: hidden;
|
||||
box-shadow: @ShadowBodyLeft;
|
||||
background-color: @LeftMainBackColor;
|
||||
#NotSelect();
|
||||
#notSelect();
|
||||
|
||||
.layui-logo {
|
||||
color: #FFF;
|
||||
@ -357,7 +357,7 @@
|
||||
box-sizing: border-box;
|
||||
border-top: @BoxBottomLine;
|
||||
border-bottom: 1px solid #fff !important;
|
||||
#NotSelect();
|
||||
#notSelect();
|
||||
|
||||
right: 0;
|
||||
height: @LayoutBodyHeadHeight;
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user