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