style: project 右侧元素隐藏

This commit is contained in:
@changcode
2021-11-25 18:27:50 +08:00
parent f50e968280
commit bde70cd3e6

View File

@@ -15,13 +15,18 @@
width: calc(50% - 10px);
margin-right: 10px;
min-width: 435px;
div.page {
textarea {
display: none;
}
}
.project-box.list-page {
width: 100%;
height: calc(100% - 8px)!important;
position: relative;
border-radius: 2px;
.main-list {
height: calc(100% - 2px) !important;
height: 100% !important;
overflow: visible;
.top-tools div:nth-of-type(1) {
color: $--color-text-primary;