Browse Source

一元捐后台项目活动发起内容为空点击发布显示红色文字提醒

hangb 8 years ago
parent
commit
1c974564a2

+ 7 - 1
donate-console/src/main/webapp/resources/view/activity/activity_launch.html

@@ -609,6 +609,11 @@
         font-size: 16px;
         color: #fff;
     }
+    .content-setting .error{
+        margin-left: 0!important;
+        font-size: 12px !important;
+        color: red !important;
+    }
 
     /* datepicker 今天按钮隐藏,清除按钮样式修改 */
     div.active-time ul.dropdown-menu span.btn-group.pull-left>button.btn:first-child{
@@ -619,6 +624,7 @@
         border-bottom-left-radius: 3px;
         border-top-left-radius: 3px;
     }
+
 </style>
 <!-- loading start -->
 <div class="loading in" ng-class="{'in': loading}"><i></i></div>
@@ -636,7 +642,7 @@
                         <label class="control-label fl">活动标题</label>
                         <input type="text" class="form-control fl" name="activityName" maxlength="40" ng-model="activity.name" required/>
 
-                        <span class="error" ng-show="submited && activityForm.activityName.$error.required">*活动标题不能为空</span>
+                        <span class="error" ng-show="submited && activityForm.activityName.$error.required" style="color: red">*活动标题不能为空</span>
                     </div>
                     <div class="form-group clearfix">
                         <label class="control-label fl">活动时间</label>