style(service): 修复服务页面样式

- 在 service-t.vue 文件中,为某个样式规则添加了 height: 100% 属性
- 此修改确保了元素的高度充满父容器,可能解决了页面布局方面的问题
This commit is contained in:
陈昱达
2025-07-14 18:08:15 +08:00
parent b693e920d5
commit c9b45ead05

View File

@@ -342,6 +342,7 @@ export default {
top: 0;
left: 0;
width: 100%;
height: 100%;
}
// position: relative;