mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
feat:修改抽屉遮挡问题,滚动条
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user