style: project 右侧元素隐藏
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user