king
2023-12-10 241f177ee649732c536b11da65972d5cca6f0f43
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'