@@ -57,14 +57,14 @@
- 项目名称不能为空
+ 项目名称不能为空
- 项目路径不能为空
+ 项目路径不能为空
diff --git a/static/css/index.css b/static/css/index.css
index 4b5d0c6..1659afe 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -450,16 +450,15 @@ header [class*=" icon-"] {
}
.ui-popup-content .ui-item-error,
.ui-project-configure .ui-item-error {
- margin: 10px 0;
+ margin: -10px 0 5px;
}
.ui-sub-item .ui-item-error {
- margin: 15px 0 -10px;
+ margin: 5px 0 -10px;
}
-.ui-item-error .icon-expand {
- position: absolute;
- transform: rotate(180deg);
- margin-top: -11px;
- margin-left: -5px;
+.ui-submit-tips:before,
+.ui-item-error span:before {
+ content: '* ';
+ font-weight: bold;;
}
.ui-submit-tips {
color: #f00;
diff --git a/static/js/components/dynamic-item/dynamic-item.html b/static/js/components/dynamic-item/dynamic-item.html
index caaadee..8618569 100644
--- a/static/js/components/dynamic-item/dynamic-item.html
+++ b/static/js/components/dynamic-item/dynamic-item.html
@@ -10,7 +10,7 @@
- {{ nameLabel }}{{ nameError }}
- {{ valueLabel }}{{ valueError }}
+ {{ nameLabel }}{{ nameError }}
+ {{ valueLabel }}{{ valueError }}
\ No newline at end of file
diff --git a/static/js/components/project-base/project-base.html b/static/js/components/project-base/project-base.html
index cdac0ba..2bc5915 100644
--- a/static/js/components/project-base/project-base.html
+++ b/static/js/components/project-base/project-base.html
@@ -4,12 +4,12 @@
- {{ nameError }}
+ {{ nameError }}
- {{ pathError }}
+ {{ pathError }}
\ No newline at end of file