Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tianjin
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
徐来柯
tianjin
Commits
7584c872
Commit
7584c872
authored
Jan 22, 2021
by
徐来柯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
248bd9e5
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
19 additions
and
13 deletions
+19
-13
common.scss
src/assets/sass/common.scss
+5
-4
LineBody.vue
src/views/education/LineBody.vue
+1
-1
ManageList.vue
src/views/education/ManageList.vue
+1
-0
MaterialDelivery.vue
src/views/education/MaterialDelivery.vue
+1
-0
MaterialWarehousingMoudle.vue
src/views/education/MaterialWarehousingMoudle.vue
+1
-0
ProducSchedule.vue
src/views/education/ProducSchedule.vue
+1
-1
ProductDelivery.vue
src/views/education/ProductDelivery.vue
+1
-0
ProductStorage.vue
src/views/education/ProductStorage.vue
+1
-0
ProductionPlan.vue
src/views/education/ProductionPlan.vue
+1
-1
baseTable.vue
src/views/education/component/baseTable.vue
+1
-1
deviceManage.vue
src/views/education/deviceManage.vue
+1
-1
materiel.vue
src/views/education/materiel.vue
+1
-1
productManage.vue
src/views/education/productManage.vue
+1
-1
technology.vue
src/views/education/technology.vue
+1
-1
wordProcedure.vue
src/views/education/wordProcedure.vue
+1
-1
No files found.
src/assets/sass/common.scss
View file @
7584c872
...
@@ -8,8 +8,12 @@
...
@@ -8,8 +8,12 @@
flex-grow
:
1
!
important
;
flex-grow
:
1
!
important
;
}
}
// 添加 box-container 下的自定义全局css 样式
// 表格高度自适应
.table-auto-height
{
height
:
calc
(
100vh
-
352px
)
!
important
;
}
// 添加 box-container 下的自定义全局css 样式
.box-container
{
.box-container
{
position
:
relative
;
position
:
relative
;
margin-top
:
100px
;
margin-top
:
100px
;
...
@@ -24,9 +28,6 @@
...
@@ -24,9 +28,6 @@
background
:
#fff
;
background
:
#fff
;
padding
:
24px
20px
0px
20px
;
padding
:
24px
20px
0px
20px
;
}
}
.table-style
{
height
:
calc
(
100%
-
110px
)
!
important
;
}
.el-table__header-wrapper
{
.el-table__header-wrapper
{
background
:
#5A6C98
;
background
:
#5A6C98
;
...
...
src/views/education/LineBody.vue
View file @
7584c872
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<el-table
<el-table
border
border
:height=
"$store.state.tableHeight"
:height=
"$store.state.tableHeight"
class=
"
conterFool_middle
"
class=
"
table-auto-height
"
ref=
"multipleTable"
ref=
"multipleTable"
:data=
"tableData"
:data=
"tableData"
tooltip-effect=
"dark"
tooltip-effect=
"dark"
...
...
src/views/education/ManageList.vue
View file @
7584c872
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
<el-table
<el-table
border
border
:height=
"$store.state.tableHeight"
:height=
"$store.state.tableHeight"
class=
"table-auto-height"
ref=
"multipleTable"
ref=
"multipleTable"
:data=
"tableData"
:data=
"tableData"
tooltip-effect=
"dark"
tooltip-effect=
"dark"
...
...
src/views/education/MaterialDelivery.vue
View file @
7584c872
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
<el-table
<el-table
border
border
:height=
"$store.state.tableHeight"
:height=
"$store.state.tableHeight"
class=
"table-auto-height"
ref=
"multipleTable"
ref=
"multipleTable"
:data=
"tableData"
:data=
"tableData"
tooltip-effect=
"dark"
tooltip-effect=
"dark"
...
...
src/views/education/MaterialWarehousingMoudle.vue
View file @
7584c872
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
border
border
:height=
"$store.state.tableHeight"
:height=
"$store.state.tableHeight"
ref=
"multipleTable"
ref=
"multipleTable"
class=
"table-auto-height"
:data=
"tableData"
:data=
"tableData"
tooltip-effect=
"dark"
tooltip-effect=
"dark"
highlight-current-row
highlight-current-row
...
...
src/views/education/ProducSchedule.vue
View file @
7584c872
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<el-table
<el-table
border
border
:height=
"$store.state.tableHeight"
:height=
"$store.state.tableHeight"
class=
"
conterFool_middle
"
class=
"
table-auto-height
"
ref=
"multipleTable"
ref=
"multipleTable"
:data=
"tableData"
:data=
"tableData"
highlight-current-row
highlight-current-row
...
...
src/views/education/ProductDelivery.vue
View file @
7584c872
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
<el-table
<el-table
border
border
:height=
"$store.state.tableHeight"
:height=
"$store.state.tableHeight"
class=
"table-auto-height"
ref=
"multipleTable"
ref=
"multipleTable"
:data=
"tableData"
:data=
"tableData"
tooltip-effect=
"dark"
tooltip-effect=
"dark"
...
...
src/views/education/ProductStorage.vue
View file @
7584c872
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
:height=
"$store.state.tableHeight"
:height=
"$store.state.tableHeight"
:data=
"tableData"
:data=
"tableData"
tooltip-effect=
"dark"
tooltip-effect=
"dark"
class=
"table-auto-height"
style=
"width: 100%"
style=
"width: 100%"
highlight-current-row
highlight-current-row
@
selection-change=
"handleSelectionChange"
>
@
selection-change=
"handleSelectionChange"
>
...
...
src/views/education/ProductionPlan.vue
View file @
7584c872
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<el-table
<el-table
border
border
:height=
"$store.state.tableHeight"
:height=
"$store.state.tableHeight"
class=
"
conterFool_middle
"
class=
"
table-auto-height
"
ref=
"multipleTable"
ref=
"multipleTable"
:data=
"tableData"
:data=
"tableData"
tooltip-effect=
"dark"
tooltip-effect=
"dark"
...
...
src/views/education/component/baseTable.vue
View file @
7584c872
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<el-table
<el-table
border
border
:height=
"baseTableHeight"
:height=
"baseTableHeight"
class=
"
conterFool_middle
"
class=
"
table-auto-height
"
ref=
"multipleTable"
ref=
"multipleTable"
:data=
"tableData"
:data=
"tableData"
tooltip-effect=
"dark"
tooltip-effect=
"dark"
...
...
src/views/education/deviceManage.vue
View file @
7584c872
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<el-table
<el-table
border
border
:height=
"$store.state.tableHeight"
:height=
"$store.state.tableHeight"
class=
"
conterFool_middle
"
class=
"
table-auto-height
"
ref=
"multipleTable"
ref=
"multipleTable"
:data=
"tableData"
:data=
"tableData"
tooltip-effect=
"dark"
tooltip-effect=
"dark"
...
...
src/views/education/materiel.vue
View file @
7584c872
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<el-table
<el-table
border
border
:height=
"$store.state.tableHeight"
:height=
"$store.state.tableHeight"
class=
"
conterFool_middle
"
class=
"
table-auto-height
"
ref=
"multipleTable"
ref=
"multipleTable"
:data=
"tableData"
:data=
"tableData"
tooltip-effect=
"dark"
tooltip-effect=
"dark"
...
...
src/views/education/productManage.vue
View file @
7584c872
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<el-table
<el-table
border
border
:height=
"$store.state.tableHeight"
:height=
"$store.state.tableHeight"
class=
"
conterFool_middle
"
class=
"
table-auto-height
"
ref=
"multipleTable"
ref=
"multipleTable"
:data=
"tableData"
:data=
"tableData"
tooltip-effect=
"dark"
tooltip-effect=
"dark"
...
...
src/views/education/technology.vue
View file @
7584c872
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<el-table
<el-table
border
border
:height=
"$store.state.tableHeight"
:height=
"$store.state.tableHeight"
class=
"
conterFool_middle
"
class=
"
table-auto-height
"
ref=
"multipleTable"
ref=
"multipleTable"
:data=
"tableData"
:data=
"tableData"
tooltip-effect=
"dark"
tooltip-effect=
"dark"
...
...
src/views/education/wordProcedure.vue
View file @
7584c872
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<el-table
<el-table
border
border
:height=
"$store.state.tableHeight"
:height=
"$store.state.tableHeight"
class=
"
conterFool_middle
"
class=
"
table-auto-height
"
ref=
"multipleTable"
ref=
"multipleTable"
:data=
"tableData"
:data=
"tableData"
tooltip-effect=
"dark"
tooltip-effect=
"dark"
...
...
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