diff --git a/src/assets/styles/lend-manage.scss b/src/assets/styles/lend-manage.scss index 1044d0a..4cfc8cb 100644 --- a/src/assets/styles/lend-manage.scss +++ b/src/assets/styles/lend-manage.scss @@ -1,3 +1,4 @@ +// 借阅管理 .cell-lend{ display: inline-block; height: 26px; @@ -55,3 +56,55 @@ color:#F65163; margin-right: 5px; } +//3D库房 +.iframe_box{ + width: 100%; + height: calc(100vh - 285px); +} +.warehouse{ + display: flex; + .warehouse-left{ + flex: 1; + } + .warehouse-right{ + width: 460px; + } +} + +::v-deep .el-table .el-table__header .el-table__cell{ + padding: 0; + height: 30px; + .cell{ + font-size: 14px; + } +} + +::v-deep .light-blue{ + background-color: #011E4F !important; +} + +.title-arrow{ + position: relative; + &::before{ + content:''; + width: 36px; + height: 12px; + position: absolute; + left: -70px; + top: 50%; + transform: translateY(-50%); + } + &::after{ + content:''; + width: 36px; + height: 12px; + position: absolute; + right: -70px; + top: 50%; + transform: translateY(-50%); + } +} + +.warehouse-svg{ + margin:0 10px 1px 0; +} \ No newline at end of file diff --git a/src/views/storeManage/warehouse3D/fullView/index.vue b/src/views/storeManage/warehouse3D/fullView/index.vue index d6a5e07..00b3ae1 100644 --- a/src/views/storeManage/warehouse3D/fullView/index.vue +++ b/src/views/storeManage/warehouse3D/fullView/index.vue @@ -19,7 +19,7 @@

-

报警记录

+

报警记录