mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-02-09 14:45:34 +00:00
15 lines
221 B
SCSS
15 lines
221 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;
|
|
|
|
.el-input__prefix {
|
|
padding: 7px;
|
|
}
|
|
}
|