Commit 2f2104eb by 张超军

认定详情增加同步移动,同步旋转

parent 1a8b09c0
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -29,6 +29,8 @@ $linePosition: var(--linePosition, 380px);
$enlargePosition: var(--enlargePosition, 641px);
// 原尺寸显示下拉框
$sizePosition: var(--sizePosition, 713px);
// 平移同步下拉框
$handPosition: var(--handPosition, 569px);
* {
box-sizing: border-box;
......@@ -851,6 +853,19 @@ div {
align-items: center;
justify-content: center;
}
.hand_options {
position: absolute;
top: 50px;
left: $handPosition;
width: 64px;
height: 32px;
background: #ffffff;
box-shadow: 0px 2px 6px 0px rgba(0, 21, 51, 0.2);
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
}
.enlarge_options {
z-index: 2022;
position: absolute;
......
<template>
<!-- <div class="login_account width70 middle" v-show="isShow">
<div class="login_account width70 middle" v-show="isShow">
<el-input class="width100 margin_top25_bottom10" type="text" :placeholder="$t('Login.username_placeholder')" @keydown.enter.native="login(userInfo)" v-model="userInfo.username">
<i slot="prefix" style="display: flex; align-items: center">
<img style="
......@@ -20,12 +20,12 @@
</el-input>
<el-button class="login_button width100 margin_top25_bottom10" type="primary" ref="userLogin" @click="login(userInfo)" :loading="btnLoading">{{$t('Login.login_btn')}}
</el-button>
</div>-->
</div>
<!-- 对接线上 -->
<div class="AccountsLogin">
<!-- <div class="AccountsLogin">
<div class="el-icon-loading"></div>
<span>正在加载中...</span>
</div>
</div>-->
</template>
<script>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment