2023-12-17

This commit is contained in:
2023-12-17 16:30:34 +08:00
parent aaf7a950ac
commit bfab09fdd4
2 changed files with 4 additions and 3 deletions

View File

@@ -244,7 +244,7 @@
</view>
</view>
<view style="display: flex;flex-direction: row;align-items: center;justify-content: center; margin-top: 20px; margin-bottom: 10px;">
<view style="display: flex;flex-direction: row;align-items: center;justify-content: center; margin-top: 200px; margin-bottom: 10px;">
<text style="border-radius:30px; font-size: 14px;color: #666;background-color: #F5F5F5; padding: 5px 30px;margin-right: 20px;" @click.stop="colseDialog()">取消</text>
<text style="border-radius: 30px; font-size: 14px;color: #fff; background-color: #FF9D33; padding: 5px 30px;margin-left: 20px;" @click="save">确认</text>
@@ -476,6 +476,7 @@
/* 设置超出滚动 */
overflow: auto;
width: 90%;
height: 100%;
position: fixed;
top: 50vw;
left: 0;