generated from common/vue-front
样式调整
This commit is contained in:
parent
0102fe6a59
commit
57f7d89817
BIN
public/logo.png
BIN
public/logo.png
Binary file not shown.
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.0 KiB |
@ -4,7 +4,7 @@
|
||||
<img src="@/assets/img/logo.png" width="50px" height="50px" />
|
||||
</div>
|
||||
<div class="header-text">
|
||||
<h3>津港科技</h3>
|
||||
<h3>启航云汇科技</h3>
|
||||
<h4>为您在线解答售前、售后服务</h4>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -46,14 +46,26 @@ import Right from '@/views/RightView.vue'
|
||||
background-color: #e9e9e9;
|
||||
height: calc(100% - 70px);
|
||||
}
|
||||
.main {
|
||||
width: calc(70% - 1px);
|
||||
}
|
||||
.aside {
|
||||
width: calc(30% - 1px);
|
||||
}
|
||||
|
||||
:deep(.el-main) {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 600px) {
|
||||
.main {
|
||||
width: calc(70% - 1px);
|
||||
}
|
||||
.aside {
|
||||
width: calc(30% - 1px);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 599px) {
|
||||
.main {
|
||||
width: 100%;
|
||||
}
|
||||
.aside {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -53,7 +53,7 @@
|
||||
</el-tabs>
|
||||
</div>
|
||||
<div class="right-slider-img">
|
||||
<img src="@/assets/img/about.png" />
|
||||
<img src="@/assets/img/about.png"/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@ -152,8 +152,6 @@ const { activeName, hots } = toRefs(data)
|
||||
.right-slider-img img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
}
|
||||
|
||||
:deep(.el-tabs) {
|
||||
|
@ -23,14 +23,14 @@ export default defineConfig(({ mode, command }) => {
|
||||
host: true,
|
||||
proxy: {
|
||||
'/api': {
|
||||
// target: 'http://117.62.238.129:10050',
|
||||
// target: 'http://192.168.50.101:10050',
|
||||
target: 'http://192.168.50.101:10050',
|
||||
// target: 'http://10.70.132.177:11002',
|
||||
ws: false,
|
||||
changeOrigin: true
|
||||
},
|
||||
'/poll': {
|
||||
// target: 'http://117.62.238.129:6066',
|
||||
// target: 'http://192.168.50.101:6066',
|
||||
target: 'http://192.168.50.101:6066',
|
||||
// target: 'http://10.70.132.177:11002',
|
||||
pathRewrite: { '^/poll': '' },
|
||||
|
Loading…
Reference in New Issue
Block a user