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
c9863677
Commit
c9863677
authored
Apr 07, 2021
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整样式
parent
31d250cc
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
5 deletions
+8
-5
index.js
src/layout/index.js
+1
-1
FactorTable.less
src/view/Manage/Factor/Component/FactorTable.less
+2
-1
ModelTable.less
src/view/Manage/Model/Component/ModelTable.less
+2
-1
ModelTree.less
src/view/Manage/Model/Component/ModelTree.less
+2
-1
index.jsx
src/view/Manage/Model/index.jsx
+1
-1
No files found.
src/layout/index.js
View file @
c9863677
...
...
@@ -105,7 +105,7 @@ export const ManageLayout = function ({ content, location }) {
<
/Menu
>
<
/Sider
>
<
Content
className
=
"m-
3
"
style
=
{{
backgroundColor
:
'#ECEEF3'
,
height
:
'100%'
}}
>
<
Content
className
=
"m-
4
"
style
=
{{
backgroundColor
:
'#ECEEF3'
,
height
:
'100%'
}}
>
{
content
}
<
/Content
>
...
...
src/view/Manage/Factor/Component/FactorTable.less
View file @
c9863677
.factor-table {
.yy-table {
height: calc(100vh - 64px -
2
0px - 53px - 20px) !important;
height: calc(100vh - 64px -
3
0px - 53px - 20px) !important;
overflow: auto !important;
}
}
\ No newline at end of file
src/view/Manage/Model/Component/ModelTable.less
View file @
c9863677
.model-table {
.yy-table {
height: calc(100vh - 64px -
2
0px - 53px - 20px) !important;
height: calc(100vh - 64px -
3
0px - 53px - 20px) !important;
overflow: auto !important;
}
}
\ No newline at end of file
src/view/Manage/Model/Component/ModelTree.less
View file @
c9863677
.model-tree {
.yy-tree-list {
height: calc(100vh - 64px -
2
0px - 53px - 20px) !important;
height: calc(100vh - 64px -
3
0px - 53px - 20px) !important;
overflow: auto !important;
}
}
\ No newline at end of file
src/view/Manage/Model/index.jsx
View file @
c9863677
...
...
@@ -96,7 +96,7 @@ class Model extends React.Component {
<
div
style=
{
{
backgroundColor
:
'#ECEEF3'
}
}
>
<
Row
>
<
Col
span=
{
6
}
>
<
div
className=
'mr-
3
'
style=
{
{
backgroundColor
:
'#fff'
}
}
>
<
div
className=
'mr-
4
'
style=
{
{
backgroundColor
:
'#fff'
}
}
>
<
ModelTree
onSelect=
{
this
.
onTreeSelect
}
/>
</
div
>
</
Col
>
...
...
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