mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-30 23:03:33 +08:00
16 lines
248 B
SCSS
16 lines
248 B
SCSS
.tmagic-design-input.search-input {
|
|
background: #fff;
|
|
color: #bbbbbb;
|
|
padding: 10px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
box-sizing: border-box;
|
|
z-index: 1;
|
|
background: transparent;
|
|
|
|
.el-input__prefix {
|
|
padding: 7px;
|
|
}
|
|
}
|