This commit is contained in:
aihe 2024-06-11 16:33:16 +08:00
parent 7c41d93053
commit 6a0b8d1b08

View File

@ -16,9 +16,9 @@
computed: {
contClass() {
let pre = ['radius-10']
if (this.isWhite) {
pre.push('c-white')
}
// if (this.isWhite) {
// pre.push('c-white')
// }
if (true) {
pre.push('c-white')
} else {