mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-04-29 06:24:24 +08:00
stylus 语法换成 saas 语法
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user