|
@@ -81,7 +81,7 @@
|
|
|
computed: {
|
|
|
classOption() {
|
|
|
return {
|
|
|
- singleHeight: 43,
|
|
|
+ singleHeight: 36,
|
|
|
};
|
|
|
},
|
|
|
},
|
|
@@ -130,21 +130,23 @@
|
|
|
span {
|
|
|
color: #98DFE9 !important;
|
|
|
}
|
|
|
+ border: none !important;
|
|
|
}
|
|
|
|
|
|
.row,
|
|
|
li,
|
|
|
a {
|
|
|
display: block;
|
|
|
- height: 39px;
|
|
|
- line-height: 39px;
|
|
|
- margin-bottom: 4px;
|
|
|
+ height: 36px;
|
|
|
+ line-height: 36px;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
+ box-sizing: border-box;
|
|
|
font-size: 12px;
|
|
|
color: #D2F3F8;
|
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
|
+ border-bottom: 1px dashed #516B7A;
|
|
|
.time,
|
|
|
.person,
|
|
|
.result {
|