forked from p96170835/amis
解决 docs 样式问题
This commit is contained in:
parent
ed34c0897e
commit
49232e2e72
|
@ -47,15 +47,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.doc-shcema-preview-popover {
|
.doc-shcema-preview-popover {
|
||||||
box-shadow: none;
|
box-shadow: none !important;
|
||||||
margin-top: -1px;
|
margin-top: -1px !important;
|
||||||
padding: 0 45px !important;
|
padding: 0 45px !important;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
max-width: 980px;
|
max-width: 980px !important;
|
||||||
z-index: 1;
|
z-index: 1 !important;
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
border: none;
|
border: none !important;
|
||||||
|
|
||||||
.doc-schema-preview {
|
.doc-schema-preview {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
|
|
Loading…
Reference in New Issue