style(richedit): 将选项容器的布局改为垂直排列

This commit is contained in:
zzp 2025-11-30 11:03:37 +08:00
parent 25fc929f06
commit b145cecdc7
1 changed files with 1 additions and 0 deletions

View File

@ -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;