From 116204666b0ad7e51c280afd87fee29567af3ddf Mon Sep 17 00:00:00 2001
From: WangHao <43278047@qq.com>
Date: Mon, 7 Dec 2020 22:05:23 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8C=96=E7=BC=96=E8=BE=91=E5=B8=83?=
=?UTF-8?q?=E5=B1=80=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ruoyi-ui/src/views/bookmark/common/NqEdit.vue | 29 ++++++++++++++++---
1 file changed, 25 insertions(+), 4 deletions(-)
diff --git a/ruoyi-ui/src/views/bookmark/common/NqEdit.vue b/ruoyi-ui/src/views/bookmark/common/NqEdit.vue
index cf4d4d61b..5b70a4e49 100644
--- a/ruoyi-ui/src/views/bookmark/common/NqEdit.vue
+++ b/ruoyi-ui/src/views/bookmark/common/NqEdit.vue
@@ -3,11 +3,12 @@
-
+
-
-
{{queryParamsAndMg.updateTime==null?'0000:00:00':queryParamsAndMg.updateTime}}
-
{{updateOpn}}
+
+ {{queryParamsAndMg.updateTime==null?'0000:00:00':queryParamsAndMg.updateTime}}
+ {{updateOpn}}
+ 删除
@@ -172,6 +173,10 @@
width: 50%;
}
+ .edittitle{
+ font-weight: 800;
+ font-size: 22px;
+ }
.mian {
height: 100%;
@@ -181,6 +186,11 @@
padding: 10px;
margin-bottom: 10px;
opacity: 0.9;
+ margin: 15px;
+ border: 1px solid #D4D4D4;
+ padding-left: 20px;
+ padding-right: 20px;
+ background: #fafcff;
}
.home {
@@ -190,6 +200,12 @@
.edit{
margin-left: 13px;
+ }
+ .editNote{
+ margin-left: 10px;
+ font-weight: 600;
+ font-size: 16px;
+
}
.nqtitle{
margin-left: 13px;
@@ -198,5 +214,10 @@
.inputtop{
padding-top: 6px;
}
+ .common{
+ display: flex;
+ align-items: center;
+ height: 22px;
+ }