src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -34,7 +34,7 @@ } state = { dict: localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS, dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS, card: null, // 编辑中元素 elements: null, // 按钮组 }