diff --git a/ruoyi-admin/src/main/resources/templates/include.html b/ruoyi-admin/src/main/resources/templates/include.html index 3e1a2ace..d375c2d5 100644 --- a/ruoyi-admin/src/main/resources/templates/include.html +++ b/ruoyi-admin/src/main/resources/templates/include.html @@ -28,7 +28,7 @@ - + diff --git a/ruoyi-admin/src/main/resources/templates/project/order/edit.html b/ruoyi-admin/src/main/resources/templates/project/order/edit.html index 2110f0b8..1283c57a 100644 --- a/ruoyi-admin/src/main/resources/templates/project/order/edit.html +++ b/ruoyi-admin/src/main/resources/templates/project/order/edit.html @@ -129,6 +129,16 @@ .padding-top-20{ padding-top: 20px; } + label.error { + position: relative; + color: #ef392b; + right: 0px; + font-size: 12px; + z-index: 99; + } + .select2-hidden-accessible + label.error, select.error + label.error{ + right: 0px; + }