Explorar o código

进度条和信息分开两边

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
4d6f6e5771
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  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>