湖里大屏:整体样式调整

This commit is contained in:
骆乐 2022-08-22 18:45:55 +08:00
parent 4a0f31cb3f
commit d149fbe63e
5 changed files with 27 additions and 13 deletions

View File

@ -40,8 +40,8 @@ if (process.env.NODE_ENV == 'development') {
// axios.defaults.baseURL = 'http://124.71.178.44:100/' // 河南 // axios.defaults.baseURL = 'http://124.71.178.44:100/' // 河南
// tag: 本地 // tag: 本地
// axios.defaults.baseURL = 'http://192.168.34.174:6023/' // 老大本地 // axios.defaults.baseURL = 'http://192.168.34.174:6023/' // 老大本地
axios.defaults.baseURL = 'http://192.168.34.125:6023/' //杨意本地 http/1.1 // axios.defaults.baseURL = 'http://192.168.34.125:6023/' //杨意本地 http/1.1
// axios.defaults.baseURL = 'http://192.168.34.216:6023/' // 邱平毅本地 axios.defaults.baseURL = 'http://192.168.34.216:6023/' // 邱平毅本地
// axios.defaults.baseURL = 'http://192.168.34.231:6023/'; //杨思瑞本地 // axios.defaults.baseURL = 'http://192.168.34.231:6023/'; //杨思瑞本地
// axios.defaults.baseURL = 'http://47.97.202.104:6023/'; // axios.defaults.baseURL = 'http://47.97.202.104:6023/';
// axios.defaults.baseURL = 'http://124.71.178.44:9500/'; // 星璇 // axios.defaults.baseURL = 'http://124.71.178.44:9500/'; // 星璇

View File

@ -171,7 +171,7 @@ export default {
margin-top: 5px; margin-top: 5px;
margin-left: 5px; margin-left: 5px;
.el-icon-s-tools { .el-icon-s-tools {
margin-left: 380px; margin-left: 400px;
} }
} }
// .content{ // .content{

View File

@ -54,10 +54,11 @@
<div <div
@mouseenter="showChangeImg = true" @mouseenter="showChangeImg = true"
@mouseleave="showChangeImg = false" @mouseleave="showChangeImg = false"
class="img"
> >
<el-upload <el-upload
v-if="showChangeImg" v-if="showChangeImg"
style="position: absolute; left: 900px; top: 430px" class="changeImg"
:action="$store.state.UPLOADURL" :action="$store.state.UPLOADURL"
:on-success="(file) => handleSuccessTwo(file, 1)" :on-success="(file) => handleSuccessTwo(file, 1)"
:on-error="(file) => handleError(file, 1)" :on-error="(file) => handleError(file, 1)"
@ -214,6 +215,11 @@ export default {
width: 100%; width: 100%;
height: 100%; height: 100%;
border: 1px solid #0081c3; border: 1px solid #0081c3;
.topInner{
width: calc(100% - 33px);
height: calc(100% - 82px);
margin: 15px 0 65px 24px ;
}
.video, .video,
.image { .image {
font-size: 18px; font-size: 18px;
@ -239,12 +245,20 @@ export default {
.changeVideoBox:hover .changeVideoBtn { .changeVideoBox:hover .changeVideoBtn {
display: block; display: block;
} }
.img{
width: 100%;
height: 100%;
.imgStyle{ .imgStyle{
// width:80%; width:98%;
width:700px; height: 88%;
height:470px; margin-left: 1%;
// height: 80%;
margin-left: 10%;
} }
.changeImg{
position: absolute;
left: 50%;
top: 45%;
}
}
} }
</style> </style>

View File

@ -64,7 +64,7 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
.problemTrend { .problemTrend {
width: 100%; width: 100%;
height: 100%; height: 99.5%;
border: 1px solid #0081c3; border: 1px solid #0081c3;
.title { .title {
padding-left: 6px; padding-left: 6px;

View File

@ -70,8 +70,8 @@
/deep/.dataBoardContent{ /deep/.dataBoardContent{
height: 88%; height: 88%;
margin: 10px 60px 20px; margin: 10px;
width: calc(100% - 120px); width: calc(100% - 20px);
.blockTitle{ .blockTitle{
text-align: center; text-align: center;
color: rgba(108, 233, 240, 100); color: rgba(108, 233, 240, 100);