diff --git a/src/views/orders/components/MailBox.jsx b/src/views/orders/components/MailBox.jsx index 73edf71..dfd60c1 100644 --- a/src/views/orders/components/MailBox.jsx +++ b/src/views/orders/components/MailBox.jsx @@ -73,7 +73,7 @@ const MailBox = ({ mailboxDir, onMailItemClick, ...props }) => { const folderName = (item.showFolder) ? `[${item.FDir}] ` : '' const orderMailType = item.MAT_Name ? {item.MAT_Name} : '' const countryName = isEmpty(item.CountryCN) ? '' : '[' + item.CountryCN + '] ' - const mailStateClass = item.MOI_ReadState === 0 ? 'font-bold' : '' + const mailStateClass = item.MOI_ReadState === 0 ? 'font-black text-emerald-600' : '' const hasAtta = item.MAI_Attachment !== 0 ? : null return (