Commit 502e002f by zhaochengxiang

模型样式调整

parent 3a57d23f
...@@ -81,7 +81,7 @@ div[id^='__qiankun_microapp_wrapper_'] { ...@@ -81,7 +81,7 @@ div[id^='__qiankun_microapp_wrapper_'] {
//ant design //ant design
.yy-layout { .yy-layout {
background-color: #ECEEF3 !important; background-color: #F0F2F5 !important;
} }
.yy-tabs-content, .yy-table { .yy-tabs-content, .yy-table {
......
...@@ -109,7 +109,7 @@ export const ManageLayout = function ({ content, location }) { ...@@ -109,7 +109,7 @@ export const ManageLayout = function ({ content, location }) {
</Menu> </Menu>
</Sider> </Sider>
<Content className="m-4" style={{ backgroundColor: '#ECEEF3', height: '100%' }}> <Content className="m-4" style={{ backgroundColor: '#F0F2F5', height: '100%' }}>
{content} {content}
</Content> </Content>
......
.asset-manage { .asset-manage {
display: flex; display: flex;
background-color: #ECEEF3; background-color: #F0F2F5;
.left { .left {
width: 230px; width: 230px;
......
@import '../../../../variables.less'; @import '../../../../variables.less';
.model-tree { .model-tree {
.yy-tree-list { .yy-tree-list {
height: calc(100vh - @header-height - @pm-4 - 54px - @pm-3) !important; height: calc(100vh - @header-height - @pm-4 - 57px - @pm-3) !important;
overflow: auto !important; overflow: auto !important;
} }
} }
......
.data-model { .data-model {
display: flex; display: flex;
background-color: #ECEEF3; background-color: #F0F2F5;
height: 100%;
.left { .left {
width: 230px; width: 230px;
......
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