fix: 2023 建议提示在输入框左侧显示
This commit is contained in:
parent
f4ac334d17
commit
b360d07dc4
|
|
@ -1503,4 +1503,7 @@ export default {
|
|||
::v-deep.el-form-item__label {
|
||||
padding: 0 20px !important;
|
||||
}
|
||||
::v-deep .el-input-number.is-without-controls .el-input__inner {
|
||||
text-align: start;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -43,10 +43,10 @@ module.exports = {
|
|||
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网
|
||||
// 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.74:8080`,//旭/
|
||||
// target: `http://10.40.92.148:28080`, //帅
|
||||
target: `http://10.40.92.138:28080`, //帅
|
||||
// target: `http://10.40.92.5:28080`, //福
|
||||
|
||||
//******** 注意事项 ********* */
|
||||
|
|
|
|||
Loading…
Reference in New Issue