This commit is contained in:
liuye
2022-06-24 22:07:34 +08:00
parent b3c745d27c
commit f766e65cd5

View File

@@ -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;