|
|
|
@ -30,7 +30,7 @@ |
|
|
|
</view> |
|
|
|
<view v-if="1" class="p-ms fn-sm m-t-xs rounded-sm d-flex justify-between w-max fn-13"> |
|
|
|
<view class="item w-33 t-no positions"> |
|
|
|
<view class="label">{{ $t("contract.d4") }}(USDT)</view> |
|
|
|
<view class="label label-word-wrap">{{ $t("contract.d4") }}(USDT)</view> |
|
|
|
<view class="num color-dark d-flex align-center" style="margin-top:8px;"> |
|
|
|
<text>{{ accountInfo.account_equity || "--"}}</text> |
|
|
|
<van-icon name="exchange " @click="_router.push('/pages/transfer/index')" |
|
|
|
@ -1882,7 +1882,7 @@ export default { |
|
|
|
.t-no { |
|
|
|
overflow: hidden; |
|
|
|
text-overflow: ellipsis; |
|
|
|
white-space: nowrap |
|
|
|
/*white-space: nowrap*/ |
|
|
|
} |
|
|
|
|
|
|
|
.h-120 { |
|
|
|
@ -1994,4 +1994,8 @@ export default { |
|
|
|
.bg-panel-2{ |
|
|
|
background-color: #ebebeb; |
|
|
|
} |
|
|
|
.label-word-wrap{ |
|
|
|
word-wrap: break-word; |
|
|
|
word-break: break-all; |
|
|
|
} |
|
|
|
</style> |
|
|
|
|