mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-10-03 08:50:00 +08:00
15 lines
229 B
SCSS
15 lines
229 B
SCSS
.m-fields-page-fragment-select {
|
|
width: 100%;
|
|
.page-fragment-select-container {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
.select {
|
|
flex: 1;
|
|
}
|
|
.icon {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
}
|