feat:修改抽屉遮挡问题,滚动条

This commit is contained in:
岳佳鑫
2022-10-25 18:07:08 +08:00
parent 287596f2ae
commit 25746cda84
7 changed files with 39 additions and 21 deletions

View File

@@ -234,20 +234,13 @@
</div>
<div class="footer">
<div class="btn">
<a-button
<router-link to="/taskpage"
type="primary"
style="width: 100px; height: 40px; border-radius: 8px"
></a-button
class="btn1"
></router-link
>
<a-button
type="primary"
ghost
style="
width: 100px;
height: 40px;
margin-left: 14px;
border-radius: 8px;
"
class="btn2"
>取消</a-button
>
</div>
@@ -511,6 +504,28 @@ export default {
.btn {
display: flex;
justify-content: center;
.btn1 {
display: flex;
justify-content: center;
align-items: center;
width: 100px;
height: 40px;
border-radius: 8px;
background: #409EFF;
color:#FFFFFF;
margin-right: 14px;
}
.btn2 {
display: flex;
justify-content: center;
align-items: center;
width: 100px;
height: 40px;
border-radius: 8px;
border: 1px solid #409EFF;
background: #FFFFFF;
color:#409EFF;
}
}
.text {
color: rgba(153, 155, 163, 1);