stylus 语法换成 saas 语法

This commit is contained in:
GeekMaster
2025-08-01 17:32:06 +08:00
parent 068b5ddeef
commit 54f8494b5c
145 changed files with 8445 additions and 8446 deletions

View File

@@ -221,7 +221,7 @@ const removeImage = (index) => {
}
</script>
<style lang="stylus">
<style lang="scss">
.image-upload {
width: 100%;
}
@@ -297,6 +297,7 @@ const removeImage = (index) => {
justify-content: center;
}
}
.upload-placeholder {
display: flex;
flex-direction: column;
@@ -311,6 +312,7 @@ const removeImage = (index) => {
.el-upload-dragger {
width: 100%;
}
.uploader {
width: 100%;
}