瀏覽代碼

fix design

MHSanaei 1 天之前
父節點
當前提交
9be11e109e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/html/component/aClientTable.html

+ 1 - 1
web/html/component/aClientTable.html

@@ -96,7 +96,7 @@
       </table>
     </template>
     <div class="tr-table-box">
-      <div class="tr-table-lt">[[ SizeFormatter.sizeFormat(getSumStats(record, client.email)) ]]</div>
+      <div class="tr-table-rt">[[ SizeFormatter.sizeFormat(getSumStats(record, client.email)) ]]</div>
       <div class="tr-table-bar" v-if="!client.enable">
         <a-progress :stroke-color="themeSwitcher.isDarkTheme ? 'rgb(72 84 105)' : '#bcbcbc'" :show-info="false" :percent="statsProgress(record, client.email)" />
       </div>