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