CN-1612 feat: 部分css重构内容: 将页面中<style>标签内的样式移到对应的scss文件中

This commit is contained in:
刘洪洪
2024-04-08 18:01:01 +08:00
parent cc36e47197
commit b81a114631
11 changed files with 38 additions and 56 deletions

View File

@@ -232,12 +232,3 @@ export default {
}
}
</script>
<style scoped>
.cn-dialog {
overflow: hidden;
}
.upload-body{
text-align: center;
}
</style>