mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 14:26:45 +08:00
style:弹窗提示
This commit is contained in:
@@ -116,7 +116,9 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.AllStuOverModel {
|
.AllStuOverModel {
|
||||||
|
|
||||||
.ant-modal {
|
.ant-modal {
|
||||||
|
z-index: 999;
|
||||||
width: 424px;
|
width: 424px;
|
||||||
height: 258px;
|
height: 258px;
|
||||||
|
|
||||||
|
|||||||
@@ -2164,7 +2164,7 @@ export default {
|
|||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
console.log(err);
|
console.log(err);
|
||||||
message.error("获取路径列表失败" + err);
|
// message.error("获取路径列表失败" + err);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user