From aa5c14a1be15b3359af35718df5e367fea4a6f54 Mon Sep 17 00:00:00 2001 From: msgroup Date: Thu, 27 May 2021 12:09:15 +0800 Subject: [PATCH] =?UTF-8?q?2.1.1=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 12 ++++-------- src/main/webapp/static/css/app.css | 9 +++++++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 529b7e04..1ef07eb0 100644 --- a/pom.xml +++ b/pom.xml @@ -3,14 +3,14 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - org.springframework.boot - spring-boot-starter-parent - 2.2.13.RELEASE + net.mingsoft + ms-pom + 2.1.1-SNAPSHOT 4.0.0 net.mingsoft ms-mcms - 5.2.1 + 5.2.2-SNAPSHOT ms-mcms @@ -43,22 +43,18 @@ net.mingsoft ms-base - 2.1.0 net.mingsoft ms-basic - 2.1.0 net.mingsoft ms-mdiy - 2.1.0 net.mingsoft store-client - 2.1.0 diff --git a/src/main/webapp/static/css/app.css b/src/main/webapp/static/css/app.css index ba1179b6..c7d0450e 100644 --- a/src/main/webapp/static/css/app.css +++ b/src/main/webapp/static/css/app.css @@ -74,7 +74,12 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;} .el-button+.el-button { margin-left: 0 } - +.ms-form-tip { + color: #909399; + font-size: 12px; + line-height: 18px; + padding: 4px 0; +} .ms-select{ display: block; } @@ -140,4 +145,4 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;} text-overflow: ellipsis; overflow: hidden; word-break: break-all; -} \ No newline at end of file +}