style:弹窗提示

This commit is contained in:
zhangyc
2023-01-13 08:33:25 +08:00
parent 06e6843af6
commit 1084781244
2 changed files with 3 additions and 1 deletions

View File

@@ -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;

View File

@@ -2164,7 +2164,7 @@ export default {
}) })
.catch((err) => { .catch((err) => {
console.log(err); console.log(err);
message.error("获取路径列表失败" + err); // message.error("获取路径列表失败" + err);
}); });
}; };