Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
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
TFMOM
TF-MOM-WEB
Commits
c6ca7278
Commit
c6ca7278
authored
Jul 04, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
看板边缘留白处理
parent
4a7a116d
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
22 deletions
+8
-22
AppMain.vue
...ations/architecture-dee/src/layout/components/AppMain.vue
+1
-1
common.scss
.../architecture-dee/src/styles/dee-theme/mixins/common.scss
+5
-2
AssembleKanban.vue
...ateComponents/components/Visualization/AssembleKanban.vue
+0
-6
ExperimentKanban.vue
...eComponents/components/Visualization/ExperimentKanban.vue
+2
-7
ProductionKanban.vue
...eComponents/components/Visualization/ProductionKanban.vue
+0
-6
No files found.
applications/architecture-dee/src/layout/components/AppMain.vue
View file @
c6ca7278
...
...
@@ -50,7 +50,7 @@ export default {
position
:
relative
;
overflow
:
hidden
;
/* background: #E8EDEF; */
padding
:
0px
4px
4px
4px
;
/* padding: 0px 4px 4px 4px; */
box-sizing
:
border-box
;
}
.fixed-header
+
.app-main
{
...
...
applications/architecture-dee/src/styles/dee-theme/mixins/common.scss
View file @
c6ca7278
...
...
@@ -388,9 +388,12 @@
}
}
.show-page-com
{
.page-content-item
{
.show-page-com
{
margin-top
:
0px
!
important
;
.page-content-item
{
padding
:
0px
!
important
;
.page-content-box
{
border
:
0px
!
important
;
.crumbs-title
{
color
:
#2f2f2f
;
font-size
:
15px
;
...
...
applications/dee-mes/src/privateComponents/components/Visualization/AssembleKanban.vue
View file @
c6ca7278
...
...
@@ -3046,12 +3046,6 @@ export default {
padding
:
0px
;
overflow
:
hidden
;
}
.show-page-com
.page-content-item
{
padding
:
0px
;
}
.app-main
{
padding
:
0px
;
}
/
deep
/
{
.assemble-kanban
{
width
:
1920px
;
...
...
applications/dee-mes/src/privateComponents/components/Visualization/ExperimentKanban.vue
View file @
c6ca7278
...
...
@@ -2920,13 +2920,8 @@ export default {
padding
:
0px
;
overflow
:
hidden
;
}
.show-page-com
.page-content-item
{
padding
:
0px
;
}
/
deep
/
.app-main
{
padding
:
0px
;
}
/
deep
/
{
.experiment-kanban
{
/
deep
/
{
.experiment-kanban
{
width
:
1920px
;
height
:
1080px
;
transform-origin
:
left
top
;
...
...
applications/dee-mes/src/privateComponents/components/Visualization/ProductionKanban.vue
View file @
c6ca7278
...
...
@@ -470,12 +470,6 @@ export default {
padding
:
0px
;
overflow
:
hidden
;
}
.show-page-com
.page-content-item
{
padding
:
0px
;
}
.app-main
{
padding
:
0px
;
}
/
deep
/
{
.production-kanban
{
width
:
1920px
;
...
...
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