Browse Source

3D库房 css图片路径修改

master
x_ying 3 years ago
parent
commit
150e935783
  1. 9
      src/assets/styles/lend-manage.scss
  2. 24
      src/views/storeManage/warehouse3D/archivesStorage/index.vue
  3. 17
      src/views/storeManage/warehouse3D/collateRoom/index.vue
  4. 18
      src/views/storeManage/warehouse3D/fullView/index.vue
  5. 15
      src/views/storeManage/warehouse3D/index.vue
  6. 18
      src/views/storeManage/warehouse3D/readRoom/index.vue

9
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{

24
src/views/storeManage/warehouse3D/archivesStorage/index.vue

@ -57,6 +57,7 @@
style="min-width: 100%;"
height="300px"
:data="tableData"
class="warehose-el-table"
>
<el-table-column prop="time" label="时间" align="center" min-width="60" />
<el-table-column prop="warehouse" label="库房" align="center" min-width="60" />
@ -75,6 +76,7 @@
style="min-width: 100%;"
height="300px"
:data="tableData"
class="warehose-el-table"
>
<el-table-column prop="time" label="时间" align="center" min-width="60" />
<el-table-column prop="warehouse" label="库房" align="center" min-width="60" />
@ -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;
}
}
</style>

17
src/views/storeManage/warehouse3D/collateRoom/index.vue

@ -24,6 +24,7 @@
style="min-width: 100%;"
height="700px"
:data="tableData"
class="warehose-el-table"
>
<el-table-column prop="time" label="时间" align="center" min-width="60" />
<el-table-column prop="warehouse" label="库房" align="center" min-width="60" />
@ -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;
}
}
</style>

18
src/views/storeManage/warehouse3D/fullView/index.vue

@ -27,6 +27,7 @@
style="min-width: 100%;"
height="700px"
:data="tableData"
class="warehose-el-table"
>
<el-table-column prop="time" label="时间" align="center" min-width="60" />
<el-table-column prop="warehouse" label="库房" align="center" min-width="60" />
@ -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;
}
}
</style>

15
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;
}
}

18
src/views/storeManage/warehouse3D/readRoom/index.vue

@ -24,6 +24,7 @@
style="min-width: 100%;"
height="700px"
:data="tableData"
class="warehose-el-table"
>
<el-table-column prop="time" label="时间" align="center" min-width="60" />
<el-table-column prop="warehouse" label="库房" align="center" min-width="60" />
@ -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;
}
}
</style>
Loading…
Cancel
Save