doctor-admin-components 1.0.13-beta.67 → 1.0.13-beta.69
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
|
@@ -189,7 +189,7 @@ export default {
|
|
|
189
189
|
},
|
|
190
190
|
/** 查询合同公司记录列表 */
|
|
191
191
|
getList() {
|
|
192
|
-
const loading = this.$loading({
|
|
192
|
+
const loading = this.$loading.service({
|
|
193
193
|
lock: true,
|
|
194
194
|
text: 'Loading',
|
|
195
195
|
spinner: 'el-icon-loading',
|
|
@@ -278,3 +278,9 @@ export default {
|
|
|
278
278
|
margin-top: 5px;
|
|
279
279
|
}
|
|
280
280
|
</style>
|
|
281
|
+
<style>
|
|
282
|
+
.el-message-box__wrapper {
|
|
283
|
+
z-index: 9999 !important;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
</style>
|