vue2-client 1.16.75 → 1.16.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.16.75",
3
+ "version": "1.16.76",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -1252,11 +1252,14 @@ export default {
1252
1252
  color: @primary-color;
1253
1253
  }
1254
1254
 
1255
+ .simple-inline-item {
1256
+ max-width: 100% !important;
1257
+ }
1258
+
1255
1259
  /* simple-inline模式样式 */
1256
1260
  :deep(.simple-inline-item .ant-form-item) {
1257
1261
  margin: 0 !important;
1258
1262
  padding: 2px !important;
1259
- max-width : 100% !important;
1260
1263
 
1261
1264
  .ant-form-item-label {
1262
1265
  display: none !important;