diff --git a/src/assets/img/choicepart/choicepart-bg.png b/src/assets/img/choicepart/choicepart-bg.png new file mode 100644 index 0000000..abc656a Binary files /dev/null and b/src/assets/img/choicepart/choicepart-bg.png differ diff --git a/src/assets/img/choicepart/choicepart-hover.png b/src/assets/img/choicepart/choicepart-hover.png new file mode 100644 index 0000000..44d289e Binary files /dev/null and b/src/assets/img/choicepart/choicepart-hover.png differ diff --git a/src/assets/scss/common.scss b/src/assets/scss/common.scss index 9da9c1f..add2c9d 100644 --- a/src/assets/scss/common.scss +++ b/src/assets/scss/common.scss @@ -371,7 +371,9 @@ img { font-weight: 500; color: #FFFFFF; line-height: 20px; - margin-top: 7px; + margin-top: 14px; + // 新加的 + margin-left: 10px; } &-mini { max-width: 100%; @@ -410,6 +412,7 @@ img { } .el-menu-item.is-active, .el-submenu.is-active > .el-submenu__title { + // 点击之后背景颜色 color: $--color-text-secondary; // background-color: rgb(13,43,104); &:focus, @@ -425,6 +428,7 @@ img { &:hover { .aui-navbar__icon-menu { color: $--color-text-primary; + // color: #fff; } .el-dropdown { color: $--color-text-primary; diff --git a/src/components/base-dialog/addOrUpdate/index.vue b/src/components/base-dialog/addOrUpdate/index.vue index b95c620..3010d93 100644 --- a/src/components/base-dialog/addOrUpdate/index.vue +++ b/src/components/base-dialog/addOrUpdate/index.vue @@ -490,7 +490,7 @@ export default { this.$set(this.dataForm, 'fileIds', fileIds) } - // console.log('before send: ', this.dataForm) + console.log('before send: ', this.dataForm) this.$http({ url: this.$http.adornUrl(urls[btn.name].url), diff --git a/src/components/base-table/components/operationComponent.js b/src/components/base-table/components/operationComponent.js index a0b5427..91ab305 100644 --- a/src/components/base-table/components/operationComponent.js +++ b/src/components/base-table/components/operationComponent.js @@ -19,7 +19,7 @@ export default { colors: { delete: '#FF5454', preview: '#f09843', - design: '#99089f', + design: '#0b58ff', // 'view-trend': 'red' // add more... }, diff --git a/src/components/base-table/index.vue b/src/components/base-table/index.vue index 104ba28..e73ee9f 100644 --- a/src/components/base-table/index.vue +++ b/src/components/base-table/index.vue @@ -16,7 +16,8 @@
- + +
diff --git a/src/components/small-title/index.vue b/src/components/small-title/index.vue index 7b5ea8e..d4c7f8f 100644 --- a/src/components/small-title/index.vue +++ b/src/components/small-title/index.vue @@ -1,8 +1,8 @@