mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-01-03 23:58:13 +00:00
19 lines
344 B
SCSS
19 lines
344 B
SCSS
.tmagic-data-source-input-text {
|
|
.el-input__wrapper.tmagic-data-source-input-text-wrapper {
|
|
overflow: hidden;
|
|
padding-right: 30px;
|
|
}
|
|
|
|
.el-input__inner {
|
|
display: flex;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.tmagic-data-source-input-icon {
|
|
position: absolute;
|
|
right: 7px;
|
|
}
|
|
}
|