30649
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
<span
|
||||
:class="detailType == 0 ? 'active' : ''"
|
||||
@click="detailType = 0, getColData()"
|
||||
>近七天</span
|
||||
>近7天</span
|
||||
>
|
||||
<span
|
||||
:class="detailType == 1 ? 'active' : ''"
|
||||
@@ -711,7 +711,10 @@ export default {
|
||||
|
||||
span {
|
||||
margin-right: 12px;
|
||||
padding: 8px 10px;
|
||||
width: 108px;
|
||||
height: 48px;
|
||||
line-height: 48px;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 8px;
|
||||
|
||||
Reference in New Issue
Block a user