Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/FiDA_Front

This commit is contained in:
2026-03-31 13:17:06 +08:00

View File

@@ -59,7 +59,7 @@
const onClickStyle = (value: string) => {
if (data.styles.includes(value)) {
data.styles = data.styles.filter((v) => v !== value)
} else {
} else if(data.styles.length < 5){
data.styles.push(value)
}
}