shijiplus-web-plugin 0.1.53 → 0.1.54

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,11 +1,11 @@
1
1
  {
2
2
  "name": "shijiplus-web-plugin",
3
- "version": "0.1.53",
3
+ "version": "0.1.54",
4
4
  "files": [
5
5
  "src"
6
6
  ],
7
7
  "description": "A company project update table component fixedheader",
8
- "author": "jia",
8
+ "author": "super_jex",
9
9
  "license": "ISC",
10
10
  "private": false,
11
11
  "main": "./src/index.js",
@@ -122,6 +122,18 @@ export default {
122
122
  margin-top: 10px;
123
123
  }
124
124
  }
125
+ &.position-top {
126
+ flex-wrap: wrap;
127
+ .ivu-form-item-label {
128
+ width: 100% !important;
129
+ text-align: left;
130
+ margin-bottom: 5px;
131
+ display: inline-flex;
132
+ }
133
+ .ivu-form-item-content {
134
+ margin-left: 0 !important;
135
+ }
136
+ }
125
137
  &.compact-form-item {
126
138
  margin-bottom: 0px;
127
139
  }