feat: 更新CSS样式、添加TinyMCE插件及优化发布页面
修复移动端登录框样式问题 更新公共JS文件中的授权令牌 添加TinyMCE插件(代码、视觉块、预览等) 优化发布管理页面的编辑器和布局 调整登录组件的响应式样式
This commit is contained in:
@@ -1261,7 +1261,7 @@ body {
|
||||
.side-box.essence-side-box .side-header {
|
||||
margin-bottom: 21px !important;
|
||||
}
|
||||
.side-box.essence-side-box .box .item {
|
||||
.side-box.essence-side-box .box .item:not(:last-of-type) {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.side-box.essence-side-box .box .item .dot {
|
||||
|
||||
@@ -1526,7 +1526,7 @@ body {
|
||||
margin-bottom: 21px !important;
|
||||
}
|
||||
|
||||
.side-box.essence-side-box .box .item {
|
||||
.side-box.essence-side-box .box .item:not(:last-of-type) {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
|
||||
@@ -388,6 +388,9 @@
|
||||
.item-box {
|
||||
padding: 18px 20px 0;
|
||||
}
|
||||
.head-top .sign-in {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 680px) {
|
||||
#sectionIndex .matter .matter-content .info-box .right .bottom .btn {
|
||||
|
||||
@@ -463,6 +463,10 @@
|
||||
.item-box {
|
||||
padding: 18px 20px 0;
|
||||
}
|
||||
|
||||
.head-top .sign-in {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 680px) {
|
||||
|
||||
Reference in New Issue
Block a user