diff --git a/src/assets/styles/lend-manage.scss b/src/assets/styles/lend-manage.scss
index 76272bc..1f263c1 100644
--- a/src/assets/styles/lend-manage.scss
+++ b/src/assets/styles/lend-manage.scss
@@ -69,6 +69,13 @@ color:#F65163;
}
}
+::v-deep .warehose-el-table .el-table__header .el-table__cell{
+ padding: 0;
+ height: 30px;
+ .cell{
+ font-size: 14px;
+ }
+}
::v-deep .light-blue{
background-color: #011E4F !important;
}
@@ -83,6 +90,7 @@ color:#F65163;
left: -70px;
top: 50%;
transform: translateY(-50%);
+ background: url('~@/assets/images/warehouse_arrow_left.png') no-repeat;
}
&::after{
content:'';
@@ -92,6 +100,7 @@ color:#F65163;
right: -70px;
top: 50%;
transform: translateY(-50%);
+ background: url('~@/assets/images/warehouse_arrow_right.png') no-repeat;
}
}
.table-title{
diff --git a/src/views/storeManage/warehouse3D/archivesStorage/index.vue b/src/views/storeManage/warehouse3D/archivesStorage/index.vue
index eac575f..2e97769 100644
--- a/src/views/storeManage/warehouse3D/archivesStorage/index.vue
+++ b/src/views/storeManage/warehouse3D/archivesStorage/index.vue
@@ -57,6 +57,7 @@
style="min-width: 100%;"
height="300px"
:data="tableData"
+ class="warehose-el-table"
>
@@ -75,6 +76,7 @@
style="min-width: 100%;"
height="300px"
:data="tableData"
+ class="warehose-el-table"
>
@@ -130,11 +132,11 @@ export default {
width: 165px;
height: 80px;
margin-right: 20px;
- background: url('../../../../assets/images/data_border_default.png') no-repeat;
+ background: url('~@/assets/images/data_border_default.png') no-repeat;
background-size: 165px 80px;
position: relative;
&.li-warn{
- background: url('../../../../assets/images/data_border_warn.png') no-repeat;
+ background: url('~@/assets/images/data_border_warn.png') no-repeat;
background-size: 165px 80px;
}
.msg-list-svg{
@@ -163,24 +165,8 @@ export default {
}
}
}
-
-.title-arrow{
- position: relative;
- &::before{
- background: url('../../../../assets/images/warehouse_arrow_left.png') no-repeat;
- }
- &::after{
- background: url('../../../../assets/images/warehouse_arrow_right.png') no-repeat;
- }
-}
.container-wrap{
min-height: calc(100vh - 573px)
}
-::v-deep .el-table .el-table__header .el-table__cell{
- padding: 0;
- height: 30px;
- .cell{
- font-size: 14px;
- }
-}
+
diff --git a/src/views/storeManage/warehouse3D/collateRoom/index.vue b/src/views/storeManage/warehouse3D/collateRoom/index.vue
index 6b22ca9..ee4ab3d 100644
--- a/src/views/storeManage/warehouse3D/collateRoom/index.vue
+++ b/src/views/storeManage/warehouse3D/collateRoom/index.vue
@@ -24,6 +24,7 @@
style="min-width: 100%;"
height="700px"
:data="tableData"
+ class="warehose-el-table"
>
@@ -76,20 +77,4 @@ export default {
}
}
-.title-arrow{
- position: relative;
- &::before{
- background: url('../../../../assets/images/warehouse_arrow_left.png') no-repeat;
- }
- &::after{
- background: url('../../../../assets/images/warehouse_arrow_right.png') no-repeat;
- }
-}
-::v-deep .el-table .el-table__header .el-table__cell{
- padding: 0;
- height: 30px;
- .cell{
- font-size: 14px;
- }
-}
diff --git a/src/views/storeManage/warehouse3D/fullView/index.vue b/src/views/storeManage/warehouse3D/fullView/index.vue
index df8a3eb..cdbc999 100644
--- a/src/views/storeManage/warehouse3D/fullView/index.vue
+++ b/src/views/storeManage/warehouse3D/fullView/index.vue
@@ -27,6 +27,7 @@
style="min-width: 100%;"
height="700px"
:data="tableData"
+ class="warehose-el-table"
>
@@ -78,21 +79,4 @@ export default {
font-size: 16px;
}
}
-
-.title-arrow{
- position: relative;
- &::before{
- background: url('../../../../assets/images/warehouse_arrow_left.png') no-repeat;
- }
- &::after{
- background: url('../../../../assets/images/warehouse_arrow_right.png') no-repeat;
- }
-}
-::v-deep .el-table .el-table__header .el-table__cell{
- padding: 0;
- height: 30px;
- .cell{
- font-size: 14px;
- }
-}
diff --git a/src/views/storeManage/warehouse3D/index.vue b/src/views/storeManage/warehouse3D/index.vue
index a1c8922..89657e1 100644
--- a/src/views/storeManage/warehouse3D/index.vue
+++ b/src/views/storeManage/warehouse3D/index.vue
@@ -59,7 +59,6 @@ export default {
bottom: 17px;
left: 20px;
z-index: 11;
- // background-color: #021941 !important;
height: 90px;
min-height: 90px;
padding: 0;
@@ -73,9 +72,7 @@ export default {
font-size: 18px;
position: relative;
cursor: default;
- // background: #021941 ;
- // border: 1px solid #113d72;
- background: url('../../../assets/images/warehouse_tab_bg.png') no-repeat;
+ background: url('~@/assets/images/warehouse_tab_bg.png') no-repeat;
&::before{
content: '';
width: 72px;
@@ -85,21 +82,21 @@ export default {
top: 20px;
}
&:first-child::before{
- background: url('../../../assets/images/tab_fullview_logo.png') no-repeat;
+ background: url('~@/assets/images/tab_fullview_logo.png') no-repeat;
}
&:nth-child(2)::before{
- background: url('../../../assets/images/tab_archives_logo.png') no-repeat;
+ background: url('~@/assets/images/tab_archives_logo.png') no-repeat;
}
&:nth-child(3)::before{
- background: url('../../../assets/images/tab_collate_logo.png') no-repeat;
+ background: url('~@/assets/images/tab_collate_logo.png') no-repeat;
}
&:nth-child(4)::before{
- background: url('../../../assets/images/tab_read_logo.png') no-repeat;
+ background: url('~@/assets/images/tab_read_logo.png') no-repeat;
}
}
.active-nav{
color: #fff;
- background: url('../../../assets/images/warehouse_tab_active.png') no-repeat;
+ background: url('~@/assets/images/warehouse_tab_active.png') no-repeat;
}
}
diff --git a/src/views/storeManage/warehouse3D/readRoom/index.vue b/src/views/storeManage/warehouse3D/readRoom/index.vue
index 6b22ca9..36ef79f 100644
--- a/src/views/storeManage/warehouse3D/readRoom/index.vue
+++ b/src/views/storeManage/warehouse3D/readRoom/index.vue
@@ -24,6 +24,7 @@
style="min-width: 100%;"
height="700px"
:data="tableData"
+ class="warehose-el-table"
>
@@ -75,21 +76,4 @@ export default {
font-size: 16px;
}
}
-
-.title-arrow{
- position: relative;
- &::before{
- background: url('../../../../assets/images/warehouse_arrow_left.png') no-repeat;
- }
- &::after{
- background: url('../../../../assets/images/warehouse_arrow_right.png') no-repeat;
- }
-}
-::v-deep .el-table .el-table__header .el-table__cell{
- padding: 0;
- height: 30px;
- .cell{
- font-size: 14px;
- }
-}