Commit 145d1ab0 by chenshu

fix:优化样式

parent 4f29f5ed
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
.w-e-text-container { .w-e-text-container {
border: none !important; border: none !important;
height: ~'calc(100% - 101px)' !important; height: ~'calc(100% - 109px)' !important;
} }
.editor-tips { .editor-tips {
...@@ -40,13 +40,13 @@ ...@@ -40,13 +40,13 @@
} }
.w-e-full-screen-editor { .w-e-full-screen-editor {
.w-e-text-container { .w-e-text-container {
height: ~'calc(100vh - 101px)' !important; height: ~'calc(100vh - 109px)' !important;
} }
} }
&.introduce { &.introduce {
height: 200px; height: 200px;
.w-e-text-container { .w-e-text-container {
height: ~'calc(100% - 61px)' !important; height: ~'calc(100% - 69px)' !important;
} }
} }
} }
\ No newline at end of file
...@@ -292,7 +292,7 @@ class BasicInfo extends React.Component{ ...@@ -292,7 +292,7 @@ class BasicInfo extends React.Component{
</Col> </Col>
</Row> </Row>
<Row> <Row>
<Col span={8}> <Col span={24}>
<Radio value="Assign_Operate"> <Radio value="Assign_Operate">
指定运营师 指定运营师
<span className="playback__text">仅被选择的运营师有权限可见</span> <span className="playback__text">仅被选择的运营师有权限可见</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment