修改多图上传

This commit is contained in:
邹景立 2022-08-11 13:39:26 +08:00
parent c13d7e738f
commit c5a42cc55c
6 changed files with 13 additions and 22 deletions

View File

@ -18,7 +18,9 @@
</div> </div>
<div class="image-dialog-foot"> <div class="image-dialog-foot">
<div id="ImageDialogPage" class="image-dialog-page"></div> <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>
</div> </div>

View File

@ -126,7 +126,7 @@
} }
// 禁止选中内容 // 禁止选中内容
#NotSelect() { #notSelect() {
user-select: none; user-select: none;
-ms-user-select: none; -ms-user-select: none;
-moz-user-select: none; -moz-user-select: none;

View File

@ -202,7 +202,7 @@
} }
.notselect { .notselect {
#NotSelect(); #notSelect();
} }
.transition { .transition {
@ -1047,22 +1047,11 @@ input:not(.layui-hide,[type=hidden]) {
} }
&-button { &-button {
color: #fff;
right: 10px; right: 10px;
bottom: 4px; bottom: 6px;
width: 42px;
height: 42px;
z-index: 2;
cursor: pointer;
display: inline-block;
position: absolute; position: absolute;
text-align: center; z-index: 2;
background: #1E9FFF; #notSelect();
font-size: 16px;
font-weight: 700;
line-height: 42px;
border-radius: 50%;
#NotSelect();
#defaTransition(); #defaTransition();
} }

View File

@ -24,7 +24,7 @@
position: absolute; position: absolute;
box-sizing: content-box; box-sizing: content-box;
background: @TopHeaderBackColor !important; background: @TopHeaderBackColor !important;
#NotSelect(); #notSelect();
> ul.layui-nav { > ul.layui-nav {
margin: 0; margin: 0;
@ -147,7 +147,7 @@
overflow: hidden; overflow: hidden;
box-shadow: @ShadowBodyLeft; box-shadow: @ShadowBodyLeft;
background-color: @LeftMainBackColor; background-color: @LeftMainBackColor;
#NotSelect(); #notSelect();
.layui-logo { .layui-logo {
color: #FFF; color: #FFF;
@ -357,7 +357,7 @@
box-sizing: border-box; box-sizing: border-box;
border-top: @BoxBottomLine; border-top: @BoxBottomLine;
border-bottom: 1px solid #fff !important; border-bottom: 1px solid #fff !important;
#NotSelect(); #notSelect();
right: 0; right: 0;
height: @LayoutBodyHeadHeight; height: @LayoutBodyHeadHeight;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long