From 8745009add351325b7c142d23241f7bcd7b91802 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Sat, 16 Dec 2023 18:40:35 +0800 Subject: [PATCH] 2023-12-16 --- src/views/commodity/commodityAdd.vue | 436 ++++++++++++++------------- 1 file changed, 222 insertions(+), 214 deletions(-) diff --git a/src/views/commodity/commodityAdd.vue b/src/views/commodity/commodityAdd.vue index 25ed66a..3fd7881 100644 --- a/src/views/commodity/commodityAdd.vue +++ b/src/views/commodity/commodityAdd.vue @@ -1,220 +1,228 @@ + .box-card { + margin-left: 60px; + margin-right: 60px; + min-width: 70%; + margin-top: 20px; + + .item { + display: flex; + flex-direction: row; + align-items: center; + margin-top: 15px; + height: 40px; + line-height: 40px; + + .item_text { + flex: 0.8; + font-size: 18px; + text-align: right; + } + + .item_input { + flex: 4; + font-size: 16px; + margin-left: 10px; + margin-right: 80px; + } + + .item_left_input { + width: 20%; + } + + .item_left_text { + height: 30px; + margin-left: 20px; + line-height: 30px; + color: #018AD2; + padding: 0px 15px; + border: 1.5px solid #018AD2; + border-radius: 5px; + + } + + .item_right { + flex: 1; + justify-items: center; + + .item_right_list_text { + font-size: 16px; + } + + .item_right_list_delect { + color: #5E94FF; + margin-left: 20px; + font-size: 16px; + text-decoration: underline; + } + } + + } + + } + \ No newline at end of file