Commit f404d536 by zhangzhijie

适配1366*768分辨率样式调整

parent 63eccdcb
......@@ -461,9 +461,11 @@
</el-button>
<el-button
type="warning"
@click="nextData"
@click.prevent="nextData"
:disabled="currentLastData"
>下一条
</el-button>
<div class="bzWraps" v-if="bzztMs && bzztMs == '已标注'">
<span
>{{ bzztMs }}
......@@ -472,7 +474,7 @@
<div class="bzWrap" v-else>
<span >{{ bzztMs }} </span>
</div>
</el-button>
</div>
</el-card>
<el-card v-else class="box-card">
......@@ -2429,14 +2431,13 @@ export default {
padding: 3px 10px;
height: 30px;
line-height: 30px;
margin-left: 75px;
margin-left: 70%;
top: 20px;
border-radius: 3px;
font-size: 24px;
}
.bzWraps {
position: absolute;
border: 1px solid red;
color: red;
font-size: 14px;
......@@ -2444,10 +2445,11 @@ export default {
padding: 3px 10px;
height: 30px;
line-height: 30px;
margin-left: 75px;
//margin-left: 75px;
top: 20px;
border-radius: 3px;
font-size: 24px;
float: right;
}
.mainRow {
......
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