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