Merge pull request '合并' (#4) from qiaopengfei into master

Reviewed-on: #4
This commit is contained in:
qiaopengfei 2024-07-08 13:58:18 +08:00
commit 4faad22f48
3 changed files with 2 additions and 4 deletions

View File

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

View File

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