mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 12:56:45 +08:00
style:新增管理权 查看权 修改抽屉样式
This commit is contained in:
@@ -533,13 +533,15 @@ export default {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
// background-color: #bfa;
|
||||
// overflow-y: auto;
|
||||
overflow-y: auto;
|
||||
|
||||
.titl {
|
||||
display: flex;
|
||||
.endtime {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
color: #333333;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
.search {
|
||||
@@ -551,6 +553,7 @@ export default {
|
||||
.leftchoose {
|
||||
display: flex;
|
||||
margin-right: 20px;
|
||||
flex-wrap: wrap;
|
||||
.namecon {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
@@ -754,16 +757,17 @@ export default {
|
||||
// }
|
||||
}
|
||||
}
|
||||
// .botm {
|
||||
// width: 100%;
|
||||
// height: 100%;
|
||||
// background-color: red;
|
||||
// // flex-shrink: 1;
|
||||
// }
|
||||
.botm {
|
||||
width: 100%;
|
||||
height: 90px;
|
||||
// background-color: red;
|
||||
// flex-shrink: 1;
|
||||
}
|
||||
.btnn {
|
||||
height: 72px;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
background-color: #fff;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user