소스 검색

删除crm杠杆

Robin 6 년 전
부모
커밋
dd741b596e
2개의 변경된 파일2개의 추가작업 그리고 14개의 파일을 삭제
  1. 1 7
      normandcrm/crm/backend/modules/ib/views/common/_left_menu.php
  2. 1 7
      normandcrm/crm/backend/modules/user/views/common/_left_menu.php

+ 1 - 7
normandcrm/crm/backend/modules/ib/views/common/_left_menu.php

@@ -18,18 +18,12 @@ $mt4User = $identity->getMt4user();
         <h3><?= $identity->name ?></h3>
         <hr>
         <div class="row">
-            <div class="col-xs-6 border-right">
+            <div class="col-xs-12">
                 <div class="description-block">
                     <h4 class="description-header text-dan">$<?= $mt4User['EQUITY'] ? number_format($mt4User['EQUITY'], 2) : '0.00' ?></h4>
                     <span class="description-text">净值</span>
                 </div>
             </div>
-            <div class="col-xs-6">
-                <div class="description-block">
-                    <h4 class="description-header">1:<?= $mt4User['LEVERAGE'] ?></h4>
-                    <span class="description-text">杠杆</span>
-                </div>
-            </div>
         </div>
     </div>
 </div>

+ 1 - 7
normandcrm/crm/backend/modules/user/views/common/_left_menu.php

@@ -20,18 +20,12 @@ $context = $this->context;
         <h3><?= $identity->name ?></h3>
         <hr>
         <div class="row">
-            <div class="col-xs-6 border-right">
+            <div class="col-xs-12">
                 <div class="description-block">
                     <h4 class="description-header text-dan">$<?= $mt4User['EQUITY'] ? number_format($mt4User['EQUITY'], 2) : '0.00' ?></h4>
                     <span class="description-text">净值</span>
                 </div>
             </div>
-            <div class="col-xs-6">
-                <div class="description-block">
-                    <h4 class="description-header">1:<?= $mt4User['LEVERAGE'] ?></h4>
-                    <span class="description-text">杠杆</span>
-                </div>
-            </div>
         </div>
     </div>
 </div>