Browse Source

opt: 视觉效果优化#7

master
Cmen 3 years ago
parent
commit
b6ab7cb949
  1. 1
      src/editor/Catalog/style.less
  2. 2
      src/editor/Property/index.less
  3. 9
      src/editor/index.less

1
src/editor/Catalog/style.less

@ -6,6 +6,7 @@
.ant-collapse-content > .ant-collapse-content-box { .ant-collapse-content > .ant-collapse-content-box {
padding: 4px 12px; padding: 4px 12px;
font-size: 12px; font-size: 12px;
background-color: #f5f5f5;
} }
.overlay-item { .overlay-item {
margin-bottom: 4px; margin-bottom: 4px;

2
src/editor/Property/index.less

@ -11,7 +11,7 @@
line-height: 120px; line-height: 120px;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
background-color: rgba(0, 0, 0, 0.2); background-color: rgba(100, 100, 100, 0.2);
border: 1px dashed #d9d9d9; border: 1px dashed #d9d9d9;
border-radius: 2px; border-radius: 2px;
cursor: pointer; cursor: pointer;

9
src/editor/index.less

@ -5,15 +5,18 @@
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;
padding: 0 10px; padding: 0 10px;
border-bottom: 1px solid #ccc; background-color: #dbd8d8;
font-size: 16px;
} }
.editor-body-center { .editor-body-center {
position: relative; position: relative;
} }
.editor-header, .editor-body-right{
border-left: 1px solid #ccc;
}
.editor-body-left, .editor-body-left,
.editor-body-right { .editor-body-right {
background-color: #fff; background-color: #f5f5f5;
} }
#mapStage { #mapStage {

Loading…
Cancel
Save