Browse Source

添加表头样式

RuoYi 6 years ago
parent
commit
cf1b00c409

+ 2 - 0
README.md

@@ -10,6 +10,8 @@
 
 > 推荐使用阿里云部署,通用云产品代金券 :[点我领取](https://promotion.aliyun.com/ntms/yunparter/invite.html?userCode=brki8iof)  
 
+> 2019阿里云开年Hi购季 云服务器全场限时5折 :[活动入口](https://www.aliyun.com/acts/product-section-2019/new-users?spm=5176.11533457.1089570.1.424777e3bwsfme&userCode=brki8iof) 
+
 ## 内置功能
 
 1.  用户管理:用户是系统操作者,该功能主要完成系统用户配置。

+ 7 - 3
ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css

@@ -177,8 +177,8 @@ label.error {
 }
 
 .input-group label.error {
-	left: 255px;
 	z-index:99;
+	right: 42px
 }
 
 .Validform_error,input.error,select.error {
@@ -198,7 +198,7 @@ label.error {
 .i-checks label.error, .check-box label.error, .radio-box label.error {
 	right: auto;
 	width: 150px;
-	left: 210px;
+	left: 297px;
 	top: 1px;
 	max-width: none;
 }
@@ -490,7 +490,11 @@ label {
 }
 
 .table-striped .table>thead:first-child>tr:first-child>th {
-	color: #333;
+	font-weight: normal;
+	font-size: 13px
+}
+.table-striped table thead {
+    background-color: #eff3f8;
 }
 
 .table-bordered td,.table-bordered th {

+ 1 - 0
ruoyi-admin/src/main/resources/templates/main.html

@@ -19,6 +19,7 @@
                                                         领取阿里云1888通用代金券(新老客户均可用)
                 <br><a target="_blank" href="https://promotion.aliyun.com/ntms/yunparter/invite.html?userCode=brki8iof">https://promotion.aliyun.com/ntms/yunparter/invite.html?userCode=brki8iof</a>
                 <h4 class="text-danger">云产品通用红包,可叠加官网常规优惠使用。</h4>
+                <h4 class="text-danger">2019阿里云开年Hi购季 云服务器全场限时5折。<a target="_blank" href="https://www.aliyun.com/acts/product-section-2019/new-users?spm=5176.11533457.1089570.1.424777e3bwsfme&userCode=brki8iof">活动入口</a></h4>
             </blockquote>
 
             <hr>