From 2eb9bcba5244a33c10d7e869a02f27dff08eec1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=8D=9A=E6=96=87?= <1179111926@qq.com> Date: Wed, 17 Aug 2022 17:24:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BasicManager/List/Allotment/index.less | 19 ++++++++++++++ .../BasicManager/List/Allotment/index.tsx | 25 +++++++++++++++++-- 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/src/pages/Manager/BasicManager/List/Allotment/index.less b/src/pages/Manager/BasicManager/List/Allotment/index.less index 55051cb..eb8ca1b 100644 --- a/src/pages/Manager/BasicManager/List/Allotment/index.less +++ b/src/pages/Manager/BasicManager/List/Allotment/index.less @@ -23,6 +23,7 @@ } } } + .action { cursor: pointer; color: #6b758b; @@ -32,3 +33,21 @@ color: @primary-color; } } + +.name { + display: flex; + align-items: center; + b { + display: inline-block; + width: 5px; + height: 5px; + background: #464f66; + border-radius: 50%; + margin-right: 5px; + } + + span { + font-size: 14px; + color: #232b40; + } +} diff --git a/src/pages/Manager/BasicManager/List/Allotment/index.tsx b/src/pages/Manager/BasicManager/List/Allotment/index.tsx index 267ae8f..e985949 100644 --- a/src/pages/Manager/BasicManager/List/Allotment/index.tsx +++ b/src/pages/Manager/BasicManager/List/Allotment/index.tsx @@ -395,6 +395,10 @@ const Page: FC = () => { labelCol={{ span: 8 }} wrapperCol={{ span: 16 }} > +
+ + 装备配发单 +
= () => { - - +