'新增页面'

This commit is contained in:
esacpe
2025-09-22 14:21:17 +08:00
parent 21e2a12e3c
commit 7e300cbc30
19 changed files with 905 additions and 61 deletions

View File

@ -97,6 +97,13 @@ div:focus {
border-color: rgb(8, 85, 170);
}
::v-deep {
.el-input__inner, .el-input__inner:hover, .el-input__inner:focus {
border: none;
box-shadow: none;
}
}
.new-btn-class-bj {
color: #409eff;
margin-right: 10px;