king
2023-11-26 bdfec77e57c90ad4750e08ee822818ce991b019f
src/menu/components/card/cardcellcomponent/index.jsx
@@ -454,11 +454,11 @@
              let style = {}
              if (res.class === 'default') {
                style.color = 'rgba(0, 0, 0, 0.65)'
                style.backgroundColor = '#fff'
                style.backgroundColor = 'transparent'
                style.borderColor = '#d9d9d9'
              } else if (res.class.indexOf('border') > -1) {
                style.color = color[cl]
                style.backgroundColor = '#fff'
                style.backgroundColor = 'transparent'
                style.borderColor = color[cl]
              } else {
                style.color = '#ffffff'