1
jhzh
2025-07-22 421087f05bbcee88211f2b95afd4843da521998b
src/components/loginDialog.vue
@@ -12,11 +12,11 @@
        </div>
        <div class="portrait">
          <div>
            <img src="@/assets/img/eslogo.png" alt />
            <img src="@/assets/img/img_log_home.png" alt />
          </div>
        </div>
        <div class="names">
          <span>{{ 'Mitrade' }}</span>
          <span>{{ 'Fidelity' }}</span>
        </div>
        <div class="go_login_btn background" @click="goToLogin()">
          <span class="title1">{{ $t('hj222') }}</span>
@@ -136,7 +136,7 @@
      div {
        width: 2.8rem;
        height: 2.8rem;
        background: #ccc;
        background: #fff;
        border-radius: 50%;
        overflow: hidden;
        img {
@@ -183,4 +183,4 @@
.van-popup.van-popup--bottom{
  border-radius: .2rem .2rem 0 0;
}
</style>
</style>