Commit 502e002f by zhaochengxiang

模型样式调整

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