From cf5c7a2fbcee97ef19f6c2eaa85ae4a5911f6014 Mon Sep 17 00:00:00 2001 From: Yagami Date: Fri, 3 Feb 2023 13:17:12 +0800 Subject: [PATCH] * Code for project required field. --- module/project/css/create.css | 2 +- module/project/view/create.html.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/project/css/create.css b/module/project/css/create.css index 5dba519dbd..c1acc43687 100755 --- a/module/project/css/create.css +++ b/module/project/css/create.css @@ -16,7 +16,7 @@ #budgetUnit {border-left: 0px;} #projectName {display: inline-block; width: 32%;} .productsBox a {border-radius: 2px !important;} -.productsBox .required:after {right: -12px !important; top: 10px !important;} +.productsBox .required:after {right: -12px !important; top: 7px !important;} .productsBox .addProduct {padding-left: 0px !important;} .productsBox .addProduct.required:after {right: -1px !important;} .productsBox .input-group-addon > div {display: inline-block !important;} diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php index 724dee301e..24cc43802b 100755 --- a/module/project/view/create.html.php +++ b/module/project/view/create.html.php @@ -155,7 +155,7 @@
type != 'normal' and isset($branchGroups[$product->id]);?> -
'> +
'> product->common;?> id, "class='form-control chosen' onchange='loadBranches(this)' data-last='" . $product->id . "' data-type='" . $product->type . "'");?>
@@ -192,7 +192,7 @@
-
+
product->common;?>