diff --git a/src/views/study/Growth.vue b/src/views/study/Growth.vue index 564c59c8..bca22fb5 100644 --- a/src/views/study/Growth.vue +++ b/src/views/study/Growth.vue @@ -67,10 +67,12 @@ -
{{ item.title }}
- +
{{ item.title }}
@@ -610,21 +612,18 @@ export default { } } +} - .iconTitle { - position: absolute; - top: 50%; - left: 53px; - transform: translateY(-60%); - height: 40px; - line-height: 40px; - font-size: 14px; - color: #ffffff; - background: linear-gradient(301deg, #0071FF 0%, #8FC1FF 99%, #3D73ED 100%); - border-radius: 80px 80px 80px 8px; - padding: 0 20px; - white-space: nowrap; - } +.iconTitle { + position: absolute; + height: 40px; + line-height: 40px; + font-size: 14px; + color: #ffffff; + background: linear-gradient(301deg, #0071FF 0%, #8FC1FF 99%, #3D73ED 100%); + border-radius: 80px 80px 80px 8px; + padding: 0 20px; + white-space: nowrap; }