fix: 2023 建议提示在输入框左侧显示

This commit is contained in:
binbin_pan 2024-06-12 09:44:34 +08:00
parent f4ac334d17
commit b360d07dc4
2 changed files with 5 additions and 2 deletions

View File

@ -1503,4 +1503,7 @@ export default {
::v-deep.el-form-item__label { ::v-deep.el-form-item__label {
padding: 0 20px !important; padding: 0 20px !important;
} }
::v-deep .el-input-number.is-without-controls .el-input__inner {
text-align: start;
}
</style> </style>

View File

@ -43,10 +43,10 @@ module.exports = {
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网 // target: `https://test-cc.zhgkxt.com`,//线上环境-南网
// target: `https://z.csgmall.com.cn`, // target: `https://z.csgmall.com.cn`,
target: `http://10.40.92.50:28080`, //超 // target: `http://10.40.92.50:28080`, //超
// target: `http://10.40.92.81:8080`, //韩/ // target: `http://10.40.92.81:8080`, //韩/
// target: `http://10.40.92.74:8080`,//旭/ // target: `http://10.40.92.74:8080`,//旭/
// target: `http://10.40.92.148:28080`, //帅 target: `http://10.40.92.138:28080`, //帅
// target: `http://10.40.92.5:28080`, //福 // target: `http://10.40.92.5:28080`, //福
//******** 注意事项 ********* */ //******** 注意事项 ********* */