ZaiZai 2 years ago
parent
commit
eae84cea0a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/config/index.js
  2. 1 1
      src/views/data-fill/components/ListItem.vue

+ 1 - 1
src/config/index.js

@@ -17,7 +17,7 @@ export default {
     statusWhiteList: [],    //http的status默认放行列表
     ossUrl: 'https://bladex-test-info.oss-cn-chengdu.aliyuncs.com', //oss地址
     smsPhone: '',  //测试接受短信验证码的手机号
-    dev_version: '202210081630',    //开发版本号
+    dev_version: '202210091030',    //开发版本号
     prod_host: 'http://47.110.251.215:8090',  //线上
     //dev_host: 'http://192.168.4.6', //黄键楠
     //dev_host: 'http://192.168.0.118', //祝炜

+ 1 - 1
src/views/data-fill/components/ListItem.vue

@@ -285,7 +285,7 @@ const setTableFormBlurReg = (pkeyId, event, key, reg, val, msg, item, index) =>
                 dom.style = ''
             } else {
                 formRegExpJson.value[pkeyId] = {key, reg, val, msg, state, nodeName: item.nodeName, itemId: `item-${index}-${item?.pkeyId}`}
-                dom.style = '--el-input-border-color: #fe0000'
+                dom.style = '--el-input-border-color: #fe0000; box-shadow: 0 0 0 2px #fe0000 inset;'
                 window?.$message?.warning(msg)
             }
         } else {