css
This commit is contained in:
@@ -216,6 +216,12 @@ export default {
|
||||
display: flex;
|
||||
line-height: 44px;
|
||||
padding: 32px;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
z-index: 9;
|
||||
.text{
|
||||
width: calc(100% - 400px);
|
||||
color: #333;
|
||||
@@ -232,7 +238,7 @@ export default {
|
||||
}
|
||||
.popup-tag{
|
||||
height: 500px;
|
||||
overflow-y: scroll;
|
||||
padding-top: 120px;
|
||||
}
|
||||
.type-list {
|
||||
padding: 0 32px;
|
||||
|
||||
Reference in New Issue
Block a user