BUG 28435

This commit is contained in:
aixianling
2022-03-23 11:48:58 +08:00
parent 2629a0f5e1
commit 1bf9f63a93

View File

@@ -3,6 +3,7 @@
<tree :checkList="checkList" :props="prop" @sendValue="(val)=>checkList = val" :multiple="multiple" :isCheck="true"
:rootId="rootId"/>
<div class="footer">
<div class="fill"/>
<div class="btn" @click="confirm">确定选择</div>
</div>
</div>
@@ -87,7 +88,7 @@ export default {
left: 0;
bottom: 0;
box-sizing: border-box;
padding: 0 32px;
padding: 0 32px 16px;
.scroll {
height: 118px;
@@ -129,12 +130,11 @@ export default {
.btn {
width: 192px;
height: 80px;
line-height: 80px;
background: #1365DD;
border-radius: 4px;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 32px;
color: #FFFFFF;
margin-left: 8px;