Robin 6 роки тому
батько
коміт
561d788505

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

@@ -18,18 +18,18 @@ $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 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>

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

@@ -20,18 +20,18 @@ $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 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>

+ 2 - 2
normandcrm/crm/backend/modules/user/views/dashboard/index.php

@@ -22,8 +22,8 @@ $this->title = '首页';
                     <tr>
                         <th>账户</th>
                         <td><?= $mt4user['LOGIN'] ?></td>
-                        <th>杠杆</th>
-                        <td>1:<?= $mt4user['LEVERAGE'] ?></td>
+<!--                        <th>杠杆</th>-->
+<!--                        <td>1:--><?//= $mt4user['LEVERAGE'] ?><!--</td>-->
                     </tr>
                     <tr>
                         <th>余额</th>