Skip to content

Commit 9ad3352

Browse files
author
GongJS
committed
Merge branch 'develop' of github.com:TaleLin/lin-cms-vue into develop
2 parents d06f1ff + 5b24173 commit 9ad3352

30 files changed

Lines changed: 2837 additions & 457 deletions

File tree

package-lock.json

Lines changed: 67 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"fs-extra": "^7.0.1",
5353
"inquirer": "^6.2.2",
5454
"js-yaml": "^3.12.2",
55-
"node-sass": "^4.9.4",
55+
"node-sass": "^4.12.0",
5656
"sass-loader": "^7.1.0",
5757
"semver": "^5.6.0",
5858
"shelljs": "^0.8.3",

src/assets/styles/realize/animation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
// 页面切换动画
4646
.fade-transform-leave-active,
4747
.fade-transform-enter-active {
48-
transition: all 0.5s;
48+
transition: all 0.3s;
4949
}
5050
.fade-transform-enter {
5151
opacity: 0;

src/assets/styles/realize/element-variables.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,3 +874,9 @@ $typeMap: (primary:#3963BC,
874874
}
875875
}
876876

877+
/* dropdown */
878+
@include b(dropdown) {
879+
& .el-dropdown__caret-button {
880+
border-left: none !important;
881+
}
882+
}

0 commit comments

Comments
 (0)