feat: validate tts form items

This commit is contained in:
jialin
2026-04-09 12:14:36 +08:00
committed by jialin
parent 78bf76e965
commit ae3148a86f
12 changed files with 107 additions and 90 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
flex-direction: column;
position: relative;
height: calc(
100vh - @HEADER_HEIGHT - var(--page-content-padding) -
100vh - @HEADER_HEIGHT - 4px - var(--page-content-padding) -
var(--page-content-padding) - var(--page-header-height)
);
width: calc(100% - 390px);