1.实体详情tab(相关实体、开放端口)没超过100条的话,more按钮隐藏;2.i18n的新增,后端校验失败时没弹提示。用户、角色新增的name重复校验失败时没弹提示;3.下拉框背景色调为白色;4.修改密码增加at least five的校验;

This commit is contained in:
hyx
2023-07-15 12:50:03 +08:00
parent ee338b247d
commit 14125d549d
10 changed files with 50 additions and 17 deletions

View File

@@ -71,7 +71,7 @@
.el-input__inner {
font-size: 14px;
color: #353636;
background-color: #F5F8FA;
background-color: #FFFFFF;
}
.common-select {
top: 32px !important;