style(richedit): 将选项容器的布局改为垂直排列
This commit is contained in:
parent
25fc929f06
commit
b145cecdc7
|
|
@ -1009,6 +1009,7 @@ onMounted(async () => {
|
||||||
|
|
||||||
.option {
|
.option {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue