style(service): 修复服务页面样式
- 在 service-t.vue 文件中,为某个样式规则添加了 height: 100% 属性 - 此修改确保了元素的高度充满父容器,可能解决了页面布局方面的问题
This commit is contained in:
@@ -342,6 +342,7 @@ export default {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
// position: relative;
|
||||
|
||||
Reference in New Issue
Block a user