Selaa lähdekoodia

进度条和信息分开两边

visuddhinanda 1 vuosi sitten
vanhempi
sitoutus
4d6f6e5771
1 muutettua tiedostoa jossa 6 lisäystä ja 1 poistoa
  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 (
   return (
     <div style={{ width: "100%" }}>
     <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 }}>
         <div className="progress" style={{ width: 400 }}>
           <Progress percent={progress} size="small" />
           <Progress percent={progress} size="small" />
         </div>
         </div>