Compare commits

...

2 Commits

Author SHA1 Message Date
qiaopengfei 4faad22f48 Merge pull request '合并' (#4) from qiaopengfei into master
Reviewed-on: #4
2024-07-08 13:58:18 +08:00
qiaopengfei e527e59750 合并 2024-07-08 13:57:31 +08:00
3 changed files with 2 additions and 4 deletions

View File

@ -69,17 +69,16 @@ export default {
</script>
<style lang="scss" scoped>
@import "../../../src/static/index.scss";
::v-deep {
.el-input__suffix {
@include sjf;
// @include sjf;
.el-input__suffix-inner {
.el-input__icon {
font-size: 12px;
width: 14px;
height: 14px;
line-height: 14px;
@include cj1;
// @include cj1;
right: 5px;
&:hover {
border-radius: 50%;

View File

@ -158,7 +158,6 @@ export default {
</script>
<style lang="scss">
// @import '../src/static/index.scss';
body {
background: #918d8d;
}