cloud-web-corejs 1.0.260 → 1.0.261

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.260",
4
+ "version": "1.0.261",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -277,8 +277,6 @@ export default {
277
277
  outline: none;
278
278
 
279
279
  &.detail-wrap .d-cont {
280
- height: calc(100vh - 150px);
281
-
282
280
  .title .field-wrapper {
283
281
  display: inline-block !important
284
282
  }
@@ -218,7 +218,6 @@ export default {
218
218
  ::v-deep .grid-container {
219
219
  outline: none;
220
220
  &.detail-wrap .d-cont {
221
- height: calc(100vh - 150px);
222
221
  .title .field-wrapper {
223
222
  display: inline-block !important;
224
223
  }
@@ -187,8 +187,6 @@ export default {
187
187
  outline: none;
188
188
 
189
189
  &.detail-wrap .d-cont {
190
- height: calc(100vh - 150px);
191
-
192
190
  .title .field-wrapper {
193
191
  display: inline-block !important
194
192
  }