cloud-web-corejs 1.0.60 → 1.0.61

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.60",
4
+ "version": "1.0.61",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -15,7 +15,7 @@
15
15
  </el-button>
16
16
  </div>
17
17
  </div>
18
- <div class="d-cont">
18
+ <div class="d-cont" style="height: 470px;">
19
19
  <div class="d-item d-i-left">
20
20
  <div class="d-i-tit">
21
21
  {{ $t1('文件操作,是否发系统通知') }}
@@ -182,7 +182,7 @@ export default {
182
182
  }
183
183
 
184
184
  .tips {
185
- margin-top: -156px;
185
+ margin-top: -40px;
186
186
  background: #FFF;
187
187
  position: relative;
188
188
  line-height: 40px;