From d0a721384c79ba8634bada01606d80f5d0167ac0 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期二, 25 二月 2025 14:25:44 +0800 Subject: [PATCH] 成品抽样搬迁 --- src/views/business/sample/index.vue | 48 +----------------------------------------------- 1 files changed, 1 insertions(+), 47 deletions(-) diff --git a/src/views/business/sample/index.vue b/src/views/business/sample/index.vue index 886ecb4..c96a832 100644 --- a/src/views/business/sample/index.vue +++ b/src/views/business/sample/index.vue @@ -541,19 +541,6 @@ } </script> <style scoped> -.title { - height: 60px; - line-height: 60px; -} - -.search { - background-color: #fff; - height: 80px; - display: flex; - align-items: center; - position: relative; -} - .search_thing { display: flex; align-items: center; @@ -577,19 +564,6 @@ height: calc(100% - 60px - 80px - 10px - 40px); padding: 20px; overflow-y: auto; -} - -.el-form-item { - margin-bottom: 16px; -} - -.btns { - position: absolute; - right: 10px; - top: 25px; - display: flex; - align-items: center; - z-index: 9; } .tables { @@ -624,7 +598,7 @@ font-size: 12px; display: flex; align-items: center; - justify-content: start; + justify-content: flex-start; color: #333333; cursor: pointer; overflow: hidden; /*瓒呭嚭閮ㄥ垎闅愯棌*/ @@ -669,26 +643,6 @@ .green .num { color: #34BD66; -} - -.el-dialog { - position: relative; -} - -.shaoma { - display: flex; - align-items: center; - font-size: 14px; - color: #3A7BFA; - position: absolute; - top: 23px; - right: 54px; - cursor: pointer; -} - -.node_i { - color: orange; - font-size: 18px; } .custom-tree-node .el-button { -- Gitblit v1.9.3