@@ -17,7 +17,7 @@ export default {
getData(idx) {
return axios({
method: 'get',
- url: `${process.env.BASE_URL}data/tongyanData.json`,
+ url: `${process.env.BASE_URL}data/birdsData.json`,
headers: {
"Content-Type": "application/json",
},
@@ -166,7 +166,6 @@ onMounted(() => {
font-family: Source Han Serif CN-Bold, Source Han Serif CN;
font-weight: bold;
color: #48768D;
- line-height: 28px;
text-align: center;
margin-bottom: 10px;
overflow: hidden;
@@ -223,6 +223,7 @@ function int2zh(idx) {
text-overflow: ellipsis;
font-size: 18px;
+ line-height: 1.1;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: rgba(0, 0, 0, 0.5);