Fix:2905 【非遗文化】非遗标题名称的文字区域再延长一点,延长至红框范围

This commit is contained in:
modendeveloper
2024-12-19 23:03:20 +08:00
parent 0b4cb9696e
commit 555d2babde
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ export default {
fetchList(random = 0, randomSeed) { fetchList(random = 0, randomSeed) {
if(this.typeIndex === -1) { if(this.typeIndex === -1) {
const params = { const params = {
cityName: this.name, cityName: this.cityName,
page: 1, page: 1,
limit: 999 limit: 999
} }
+1 -1
View File
@@ -154,7 +154,7 @@ export default {
line-height: 70rpx; line-height: 70rpx;
} }
.p-name{ .p-name{
max-width: 200rpx; // max-width: 200rpx;
text-align: center; text-align: center;
} }
.card-footer{ .card-footer{