Browse Source

优化

master
陈裕财 3 years ago
parent
commit
616f22334f
  1. 2
      src/views/xm/core/xmTestPlan/XmTestPlanSelect.vue
  2. 6
      src/views/xm/rpt/reportIndex.vue

2
src/views/xm/core/xmTestPlan/XmTestPlanSelect.vue

@ -1,6 +1,6 @@
<template>
<section class="page-container border padding" ref="xmTestPlanTable">
<section class="page-container padding" ref="xmTestPlanTable">
<el-dialog append-to-body modal-append-to-body width="60%" top="20px" :visible.sync="visible">
<el-row>
<el-input v-model="filters.key" style="width: 20%;" placeholder="模糊查询" clearable></el-input>

6
src/views/xm/rpt/reportIndex.vue

@ -347,8 +347,8 @@
img {
object-fit:cover;
max-width: 25%;
max-height: 80%;
padding: 2px;
max-height: 70%;
margin-right: 5px;
}
p {
font-size: 20px;
@ -365,7 +365,7 @@
position: absolute;
top: 5px;
right: 5px;
font-size: 32px;
font-size: 30px;
color: #90B1F4;
}
}

Loading…
Cancel
Save