Compare commits
2 Commits
52eef81368
...
4faad22f48
Author | SHA1 | Date |
---|---|---|
qiaopengfei | 4faad22f48 | |
qiaopengfei | e527e59750 |
|
@ -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%;
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue