Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
szse
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaochengxiang
szse
Commits
502e002f
Commit
502e002f
authored
Jul 29, 2021
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模型样式调整
parent
3a57d23f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
index.less
src/index.less
+1
-1
index.js
src/layout/index.js
+1
-1
index.less
src/view/Manage/AssetManage/index.less
+1
-1
ModelTree.less
src/view/Manage/Model/Component/ModelTree.less
+1
-1
index.less
src/view/Manage/Model/index.less
+2
-1
No files found.
src/index.less
View file @
502e002f
...
@@ -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 {
...
...
src/layout/index.js
View file @
502e002f
...
@@ -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
>
...
...
src/view/Manage/AssetManage/index.less
View file @
502e002f
.asset-manage {
.asset-manage {
display: flex;
display: flex;
background-color: #
ECEEF3
;
background-color: #
F0F2F5
;
.left {
.left {
width: 230px;
width: 230px;
...
...
src/view/Manage/Model/Component/ModelTree.less
View file @
502e002f
@import '../../../../variables.less';
@import '../../../../variables.less';
.model-tree {
.model-tree {
.yy-tree-list {
.yy-tree-list {
height: calc(100vh - @header-height - @pm-4 - 5
4
px - @pm-3) !important;
height: calc(100vh - @header-height - @pm-4 - 5
7
px - @pm-3) !important;
overflow: auto !important;
overflow: auto !important;
}
}
}
}
...
...
src/view/Manage/Model/index.less
View file @
502e002f
.data-model {
.data-model {
display: flex;
display: flex;
background-color: #ECEEF3;
background-color: #F0F2F5;
height: 100%;
.left {
.left {
width: 230px;
width: 230px;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment