解决 docs 样式问题

This commit is contained in:
liaoxuezhi 2019-10-18 12:23:41 +08:00
parent 8a6f33a2c2
commit ed34c0897e
2 changed files with 26 additions and 22 deletions

View File

@ -526,11 +526,6 @@ function isActive(link, location) {
}
const themes = [
{
label: 'Dark',
ns: 'dark-',
value: 'dark'
},
{
label: '默认主题',
ns: 'a-',
@ -541,6 +536,11 @@ const themes = [
label: '百度云舍',
ns: 'cxd-',
value: 'cxd'
},
{
label: 'Dark',
ns: 'dark-',
value: 'dark'
}
];

View File

@ -3,17 +3,20 @@
@import '../scss/variables';
.page-play, .page-edit {
.page-play,
.page-edit {
&:before {
display: table;
content: " ";
}
&:after {
clear: both;
display: block;
content: "";
height: 0;
}
.app-content {
position: absolute;
top: 50px;
@ -22,6 +25,7 @@
left: 0;
right: 0;
}
.app-content-body {
height: 100%;
}
@ -45,12 +49,12 @@
.doc-shcema-preview-popover {
box-shadow: none;
margin-top: -1px;
padding: 0 45px;
padding: 0 45px !important;
left: 0 !important;
width: 100%;
max-width: 980px;
z-index: 1;
background: transparent;
background: transparent !important;
border: none;
.doc-schema-preview {