Przeglądaj źródła

进度条和信息分开两边

visuddhinanda 1 rok temu
rodzic
commit
4d6f6e5771
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6 1
      dashboard/src/components/template/WbwSent.tsx

+ 6 - 1
dashboard/src/components/template/WbwSent.tsx

@@ -742,7 +742,12 @@ export const WbwSentCtl = ({
 
   return (
     <div style={{ width: "100%" }}>
-      <div style={{ display: showProgress ? "flex" : "none" }}>
+      <div
+        style={{
+          display: showProgress ? "flex" : "none",
+          justifyContent: "space-between",
+        }}
+      >
         <div className="progress" style={{ width: 400 }}>
           <Progress percent={progress} size="small" />
         </div>