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{ ::v-deep .light-blue{
background-color: #011E4F !important; background-color: #011E4F !important;
} }
@ -83,6 +90,7 @@ color:#F65163;
left: -70px; left: -70px;
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
background: url('~@/assets/images/warehouse_arrow_left.png') no-repeat;
} }
&::after{ &::after{
content:''; content:'';
@ -92,6 +100,7 @@ color:#F65163;
right: -70px; right: -70px;
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
background: url('~@/assets/images/warehouse_arrow_right.png') no-repeat;
} }
} }
.table-title{ .table-title{

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

@ -57,6 +57,7 @@
style="min-width: 100%;" style="min-width: 100%;"
height="300px" height="300px"
:data="tableData" :data="tableData"
class="warehose-el-table"
> >
<el-table-column prop="time" label="时间" align="center" min-width="60" /> <el-table-column prop="time" label="时间" align="center" min-width="60" />
<el-table-column prop="warehouse" 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%;" style="min-width: 100%;"
height="300px" height="300px"
:data="tableData" :data="tableData"
class="warehose-el-table"
> >
<el-table-column prop="time" label="时间" align="center" min-width="60" /> <el-table-column prop="time" label="时间" align="center" min-width="60" />
<el-table-column prop="warehouse" 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; width: 165px;
height: 80px; height: 80px;
margin-right: 20px; 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; background-size: 165px 80px;
position: relative; position: relative;
&.li-warn{ &.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; background-size: 165px 80px;
} }
.msg-list-svg{ .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{ .container-wrap{
min-height: calc(100vh - 573px) min-height: calc(100vh - 573px)
} }
::v-deep .el-table .el-table__header .el-table__cell{
padding: 0;
height: 30px;
.cell{
font-size: 14px;
}
}
</style> </style>

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

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

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

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

15
src/views/storeManage/warehouse3D/index.vue

@ -59,7 +59,6 @@ export default {
bottom: 17px; bottom: 17px;
left: 20px; left: 20px;
z-index: 11; z-index: 11;
// background-color: #021941 !important;
height: 90px; height: 90px;
min-height: 90px; min-height: 90px;
padding: 0; padding: 0;
@ -73,9 +72,7 @@ export default {
font-size: 18px; font-size: 18px;
position: relative; position: relative;
cursor: default; 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{ &::before{
content: ''; content: '';
width: 72px; width: 72px;
@ -85,21 +82,21 @@ export default {
top: 20px; top: 20px;
} }
&:first-child::before{ &: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{ &: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{ &: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{ &: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{ .active-nav{
color: #fff; 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%;" style="min-width: 100%;"
height="700px" height="700px"
:data="tableData" :data="tableData"
class="warehose-el-table"
> >
<el-table-column prop="time" label="时间" align="center" min-width="60" /> <el-table-column prop="time" label="时间" align="center" min-width="60" />
<el-table-column prop="warehouse" 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; 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> </style>
Loading…
Cancel
Save