cloud-web-corejs 1.0.54-dev.31 → 1.0.54-dev.33
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
@@ -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('文件操作,是否发系统通知') }}
|
@@ -47,7 +47,7 @@
|
|
47
47
|
<el-input type="text" autocomplete="off" v-model="fileObjNotify.deleteNtCode" clearable/>
|
48
48
|
</el-form-item>
|
49
49
|
<el-form-item prop="replaceNtCode" :rules="[{ required: false, trigger: 'blur' }]"
|
50
|
-
:label="$t1('替换文件-通知模板编码')">
|
50
|
+
:label=" $t1('替换文件-通知模板编码')">
|
51
51
|
<el-input type="text" autocomplete="off" v-model="fileObjNotify.replaceNtCode" clearable/>
|
52
52
|
</el-form-item>
|
53
53
|
</div>
|
@@ -182,11 +182,11 @@ export default {
|
|
182
182
|
}
|
183
183
|
|
184
184
|
.tips {
|
185
|
-
margin-top: -
|
185
|
+
margin-top: -40px;
|
186
186
|
background: #FFF;
|
187
187
|
position: relative;
|
188
188
|
line-height: 40px;
|
189
|
-
border-top: solid 1px #
|
189
|
+
border-top: solid 1px #e9e9e9;
|
190
190
|
padding-left: 12px;
|
191
191
|
}
|
192
192
|
</style>
|