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