From 025dafb9892a8ff8f8a855343660f837a0f231d3 Mon Sep 17 00:00:00 2001 From: haoyahui <2032914783@qq.com> Date: 星期一, 20 十一月 2023 16:31:11 +0800 Subject: [PATCH] 库存管理前端 --- admin-web/src/views/stock/index.scss | 29 ++++++++++++++++++++--------- 1 files changed, 20 insertions(+), 9 deletions(-) diff --git a/admin-web/src/views/stock/index.scss b/admin-web/src/views/stock/index.scss index 2e75344..bc1f7ec 100644 --- a/admin-web/src/views/stock/index.scss +++ b/admin-web/src/views/stock/index.scss @@ -2,7 +2,8 @@ .ml-20 { margin-left: 20px; } - .card,.list-item { + .card, + .list-item { display: flex; flex-wrap: wrap; margin: 0px !important; @@ -47,7 +48,7 @@ text-align: center; border-radius: 4px; border: 1px solid #f9675b99; - background: #f9675b1a; + background: rgba($color: #f9675b99, $alpha: 0.1); font-family: 'Microsoft YaHei'; color: #f9675b; font-size: 13px; @@ -57,13 +58,18 @@ } .states-success { border: 1px solid #39ad6199; - background: #39ad610f; + background: rgba($color: #39ad6199, $alpha: 0.1); color: #39ad61; } .states-info { border: 1px solid #999999; - background: #39ad610f; + background: rgba($color: #999999, $alpha: 0.1); color: #999999; + } + .states-warning { + border: 1px solid #e6a23c; + background: rgba($color: #e6a23c, $alpha: 0.1); + color: #e6a23c; } } .one-hed { @@ -123,14 +129,19 @@ } } } + .el-pagination { + display: flex; + justify-content: flex-end; + } } -.no-data{ +.no-data { margin-top: 100px; text-align: center; + color: #909399; } /*缂栬緫*/ -.stock-edit{ +.stock-edit { .main-w { width: 88%; } @@ -163,7 +174,7 @@ } /*璇︽儏*/ -.stock-detail{ +.stock-detail { .img-row { display: flex; align-content: center; @@ -179,7 +190,7 @@ width: 100%; } } - + .goods-card { position: relative; background: #f6f6f6; @@ -192,4 +203,4 @@ margin-top: 0; } } -} \ No newline at end of file +} -- Gitblit v1.9.1