Browse Source

feat: 产品-云版列宽度调整

lanjianrong 4 years ago
parent
commit
cbdee7932f
1 changed files with 3 additions and 5 deletions
  1. 3 5
      src/pages/Product/Cloud/index.jsx

+ 3 - 5
src/pages/Product/Cloud/index.jsx

@@ -79,8 +79,7 @@ const Cloud = () => {
       render: (text, record) => (
         <span
           onClick={() => showDrawerRoadpricing(record.ssoId)}
-          className="text-primary cursor-pointer hover:text-[#967bbd]"
-        >
+          className="text-primary cursor-pointer hover:text-[#967bbd]">
           {text}
         </span>
       )
@@ -137,7 +136,7 @@ const Cloud = () => {
       key: 'onlineTimes',
       filters: true,
       filterMultiple: false,
-      width: 100,
+      width: 110,
       valueEnum: {
         1: { text: '超过30分钟' },
         2: { text: '超过1小时' },
@@ -161,8 +160,7 @@ const Cloud = () => {
                       )
                   )}
                 </div>
-              }
-            >
+              }>
               {record.all_online_times}
             </Tooltip>
           )