Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-11-08 15:10:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
de077135385d5ab47eb80558c40bb26e53c53f64
de077135
1 parent
88d9cd83
解决方案移动端头部banner显示优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/solution/index.vue
src/views/solution/index.vue
View file @
de07713
<template>
<div class="hager-solution-index">
<hager-box :style="{backgroundColor: '#F5F6FB', height: !is_xs ? solution_box_height : solution_mini_height }">
<div
v-if="!is_xs"
class="hager-solution-top">
<hager-box
v-if="!is_xs"
:style="{backgroundColor: '#F5F6FB', height: !is_xs ? solution_box_height : solution_mini_height }">
<div class="hager-solution-top">
<el-row :gutter="20" style="display: flex;">
<el-col :span="8">
<div class="banner-text-wrapper">
...
...
@@ -18,9 +18,9 @@
</el-col>
</el-row>
</div>
<
img v-else :style="{ height: solution_mini_height, width: '100%' }" src="https://cdn.ipadbiz.cn/hager/banner/01.png"
>
<
!-- <img v-else :style="{ height: solution_mini_height, width: '100%' }" src="https://cdn.ipadbiz.cn/hager/banner/01.png"> --
>
</hager-box>
<hager-box
class="box-n
">
<hager-box
:class="[!is_xs ? 'box-n' : '']
">
<hager-h1 title="行业解决方案" sub="Industry Solutions" style="margin: 2rem 0 1rem;"></hager-h1>
<div>海格电气为建筑,能源,工业,基础设施等行业提供安全、稳定、可靠、智能的低压配电解决方案及KNX智能楼宇解决方案。</div>
<div v-if="!is_xs" class="hager-industry-solutions">
...
...
Please
register
or
login
to post a comment