修改样式、功能完成,待测试
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
.publish-card,
|
||||
.cxz-form-card {
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
margin: 26px auto 54px;
|
||||
overflow: hidden;
|
||||
border: 1px solid var(--border-light);
|
||||
@@ -430,6 +431,7 @@
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
.page-main,
|
||||
.page-wrap {
|
||||
width: calc(100% - 24px);
|
||||
@@ -437,6 +439,7 @@
|
||||
|
||||
.publish-card,
|
||||
.cxz-form-card {
|
||||
|
||||
margin: 18px auto 32px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
@@ -465,4 +468,4 @@
|
||||
.publish-tab-item:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user