feat(version): upgrade td to 0.6.2

This commit is contained in:
pengYYY 2022-01-06 18:09:32 +08:00
parent a417342d3b
commit 129d571185
2 changed files with 12 additions and 3 deletions

View File

@ -19,7 +19,7 @@
"hex-to-hsl": "^1.0.2", "hex-to-hsl": "^1.0.2",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"qrcode.vue": "^3.2.2", "qrcode.vue": "^3.2.2",
"tdesign-vue-next": "^0.6.0", "tdesign-vue-next": "0.6.2",
"tvision-color": "^1.3.1", "tvision-color": "^1.3.1",
"vue": "^3.1.5", "vue": "^3.1.5",
"vue-color-kit": "^1.0.5", "vue-color-kit": "^1.0.5",

View File

@ -81,13 +81,22 @@ export default defineComponent({
font-size: 20px !important; font-size: 20px !important;
color: @text-color-primary !important; color: @text-color-primary !important;
} }
.t-input__inner { .t-input {
border: none; border: none;
outline: none; outline: none;
box-shadow: none; box-shadow: none;
transition: background @anim-duration-base linear; transition: background @anim-duration-base linear;
.t-input__inner {
transition: background @anim-duration-base linear;
}
.t-input__inner {
background: none;
}
&:hover { &:hover {
background: @bg-color-secondarycontainer; background: @bg-color-secondarycontainer;
.t-input__inner {
background: @bg-color-secondarycontainer;
}
} }
} }
} }
@ -95,7 +104,7 @@ export default defineComponent({
.header-search { .header-search {
width: 200px; width: 200px;
transition: width @anim-duration-base @anim-time-fn-easing; transition: width @anim-duration-base @anim-time-fn-easing;
.t-input__inner { .t-input {
border: 0; border: 0;
padding-left: 40px; padding-left: 40px;
&:focus { &:focus {