Browse Source

优化

master
陈裕财 3 years ago
parent
commit
161041fbc7
  1. 24
      src/views/xm/core/xmTestPlan/rpt/CompsSet.vue

24
src/views/xm/core/xmTestPlan/rpt/CompsSet.vue

@ -212,6 +212,8 @@ export default {
</style>
<style lang="scss" scoped>
.moduleset {
.dialog-title {
font-size: 22px;
@ -249,14 +251,15 @@ export default {
.nav {
overflow: auto;
padding:0px 10px 0 20px;
display:flex;
align-items:center;
justify-content: space-between;
flex-wrap:wrap;
padding-right: 5px;
.nav_item {
height: 100px;
padding:2px;
display: flex;
height: 138px;
flex-direction: row;
border: 2px solid #EDF0F9;
box-shadow: 0px 3px 4px 0px rgba(186, 184, 184, 0.1);
@ -267,12 +270,13 @@ export default {
margin-top: 10px;
width:100%;
img {
width: 94px;
height: 94px;
margin: 0 18px;
object-fit:cover;
max-width: 25%;
max-height: 80%;
padding: 2px;
}
p {
font-size: 20px;
font-size: 18px;
font-weight: bold;
color: #7D7D7D;
margin-bottom: 10px;
@ -280,13 +284,13 @@ export default {
span {
font-size: 14px;
color: #7D7D7D;
line-height: 26px;
line-height: 16px;
}
i {
position: absolute;
top: 10px;
right: 20px;
font-size: 36px;
right: 10px;
font-size: 30px;
color: #90B1F4;
}
}
@ -297,6 +301,4 @@ export default {
}
}
</style>
Loading…
Cancel
Save