湖里大屏:整体样式调整
This commit is contained in:
parent
4a0f31cb3f
commit
d149fbe63e
@ -40,8 +40,8 @@ if (process.env.NODE_ENV == 'development') {
|
||||
// axios.defaults.baseURL = 'http://124.71.178.44:100/' // 河南
|
||||
// tag: 本地
|
||||
// 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.216:6023/' // 邱平毅本地
|
||||
// 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.231:6023/'; //杨思瑞本地
|
||||
// axios.defaults.baseURL = 'http://47.97.202.104:6023/';
|
||||
// axios.defaults.baseURL = 'http://124.71.178.44:9500/'; // 星璇
|
||||
|
||||
@ -171,7 +171,7 @@ export default {
|
||||
margin-top: 5px;
|
||||
margin-left: 5px;
|
||||
.el-icon-s-tools {
|
||||
margin-left: 380px;
|
||||
margin-left: 400px;
|
||||
}
|
||||
}
|
||||
// .content{
|
||||
|
||||
@ -54,10 +54,11 @@
|
||||
<div
|
||||
@mouseenter="showChangeImg = true"
|
||||
@mouseleave="showChangeImg = false"
|
||||
class="img"
|
||||
>
|
||||
<el-upload
|
||||
v-if="showChangeImg"
|
||||
style="position: absolute; left: 900px; top: 430px"
|
||||
class="changeImg"
|
||||
:action="$store.state.UPLOADURL"
|
||||
:on-success="(file) => handleSuccessTwo(file, 1)"
|
||||
:on-error="(file) => handleError(file, 1)"
|
||||
@ -214,6 +215,11 @@ export default {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 1px solid #0081c3;
|
||||
.topInner{
|
||||
width: calc(100% - 33px);
|
||||
height: calc(100% - 82px);
|
||||
margin: 15px 0 65px 24px ;
|
||||
}
|
||||
.video,
|
||||
.image {
|
||||
font-size: 18px;
|
||||
@ -239,12 +245,20 @@ export default {
|
||||
.changeVideoBox:hover .changeVideoBtn {
|
||||
display: block;
|
||||
}
|
||||
.img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
.imgStyle{
|
||||
// width:80%;
|
||||
width:700px;
|
||||
height:470px;
|
||||
// height: 80%;
|
||||
margin-left: 10%;
|
||||
width:98%;
|
||||
height: 88%;
|
||||
margin-left: 1%;
|
||||
}
|
||||
.changeImg{
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 45%;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
@ -64,7 +64,7 @@ export default {
|
||||
<style lang="less" scoped>
|
||||
.problemTrend {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 99.5%;
|
||||
border: 1px solid #0081c3;
|
||||
.title {
|
||||
padding-left: 6px;
|
||||
|
||||
@ -70,8 +70,8 @@
|
||||
|
||||
/deep/.dataBoardContent{
|
||||
height: 88%;
|
||||
margin: 10px 60px 20px;
|
||||
width: calc(100% - 120px);
|
||||
margin: 10px;
|
||||
width: calc(100% - 20px);
|
||||
.blockTitle{
|
||||
text-align: center;
|
||||
color: rgba(108, 233, 240, 100);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user