stylus 语法换成 saas 语法全部完成

This commit is contained in:
GeekMaster
2025-08-02 10:24:10 +08:00
parent 54f8494b5c
commit 92915f7678
24 changed files with 845 additions and 790 deletions

View File

@@ -291,36 +291,36 @@ const changePreset = (row) => {
}
</script>
<style lang="stylus" scoped>
<style lang="scss" scoped>
.list {
.handle-box {
margin-bottom 20px
margin-bottom: 20px;
.handle-input {
max-width 150px;
margin-right 10px;
max-width: 150px;
margin-right: 10px;
}
}
.copy-key {
margin-left 5px
cursor pointer
margin-left: 5px;
cursor: pointer;
}
.el-select {
width: 100%
width: 100%;
}
.pagination {
padding 20px 0
display flex
justify-content righ
padding: 20px 0;
display: flex;
justify-content: right;
}
}
.el-form {
.el-form-item__content {
.info {
color #999999
color: #999999;
}
.el-icon {
padding-left: 10px;