Compare commits

..

No commits in common. "4faad22f48ff0c97db1207e0ade218fc85207222" and "52eef81368405903885fc8e6656db5364d9534b6" have entirely different histories.

3 changed files with 4 additions and 2 deletions

View File

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