Commit 6a30330b by chenshu

Merge branch 'feature/chenshu/graphics' into gray

parents 1ad00ca4 145d1ab0
......@@ -28,7 +28,7 @@
.w-e-text-container {
border: none !important;
height: ~'calc(100% - 101px)' !important;
height: ~'calc(100% - 109px)' !important;
}
.editor-tips {
......@@ -40,13 +40,13 @@
}
.w-e-full-screen-editor {
.w-e-text-container {
height: ~'calc(100vh - 101px)' !important;
height: ~'calc(100vh - 109px)' !important;
}
}
&.introduce {
height: 200px;
.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{
</Col>
</Row>
<Row>
<Col span={8}>
<Col span={24}>
<Radio value="Assign_Operate">
指定运营师
<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