From 411153d5e13c00defd9620008897616fba979ccc Mon Sep 17 00:00:00 2001 From: x_ying <2438792676@qq.com> Date: Thu, 30 Jun 2022 17:34:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E7=94=A8=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/lend-manage.scss | 53 +++++++++++++++++++ .../warehouse3D/fullView/index.vue | 41 ++------------ 2 files changed, 56 insertions(+), 38 deletions(-) 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 @@

-

报警记录

+

报警记录