Merge branch 'hi-ucs-dev' of http://192.168.124.50:3000/wuhongjian/hi-ucs into hi-ucs-dev
This commit is contained in:
commit
6423153f5c
|
@ -2,7 +2,7 @@
|
||||||
* @Author: hisense.wuhongjian
|
* @Author: hisense.wuhongjian
|
||||||
* @Date: 2020-07-07 16:03:23
|
* @Date: 2020-07-07 16:03:23
|
||||||
* @LastEditors: hisense.wuhongjian
|
* @LastEditors: hisense.wuhongjian
|
||||||
* @LastEditTime: 2022-11-29 11:21:41
|
* @LastEditTime: 2022-12-02 16:52:28
|
||||||
* @Description: 系统静态参数配置
|
* @Description: 系统静态参数配置
|
||||||
*/
|
*/
|
||||||
var _global = {}
|
var _global = {}
|
||||||
|
@ -68,7 +68,7 @@ var CONFIGITEM = {
|
||||||
// cameraUrl: '192.168.124.236:9537', // 远雄(不挂vpn可直接连)
|
// cameraUrl: '192.168.124.236:9537', // 远雄(不挂vpn可直接连)
|
||||||
},
|
},
|
||||||
backUrl: 'http://10.134.135.9:9797',
|
backUrl: 'http://10.134.135.9:9797',
|
||||||
apiURL: 'http://10.134.135.92:8888/renren-admin',
|
apiURL: 'http://10.134.135.9:8888/renren-admin',
|
||||||
// apiURL: 'http://192.168.124.233:8888/ucs-admin',
|
// apiURL: 'http://192.168.124.233:8888/ucs-admin',
|
||||||
// previewUrl: 'http://10.134.135.9:9796/',
|
// previewUrl: 'http://10.134.135.9:9796/',
|
||||||
// websocketURL: '10.134.135.9:8888/ucs-admin', // 正式环境
|
// websocketURL: '10.134.135.9:8888/ucs-admin', // 正式环境
|
||||||
|
|
|
@ -86,6 +86,10 @@ z-index: 10010!important;
|
||||||
.ant-popconfirm {
|
.ant-popconfirm {
|
||||||
z-index: 10010!important;
|
z-index: 10010!important;
|
||||||
}
|
}
|
||||||
|
.ant-tooltip{
|
||||||
|
z-index: 10010!important;
|
||||||
|
}
|
||||||
|
|
||||||
.model-container .confirmChrome {
|
.model-container .confirmChrome {
|
||||||
width: 140px;
|
width: 140px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
|
|
|
@ -42,11 +42,11 @@
|
||||||
{{ props.dataList.description }}
|
{{ props.dataList.description }}
|
||||||
</div>
|
</div>
|
||||||
</a-tooltip> -->
|
</a-tooltip> -->
|
||||||
<div class="bottomdesc" v-if="props.dataList.description.length < 200">
|
<div class="bottomdesc" v-if="(props.dataList.description.length < 183)">
|
||||||
场景描述: {{ props.dataList.description || '--' }}
|
场景描述: {{ props.dataList.description || '--' }}
|
||||||
</div>
|
</div>
|
||||||
<div class="bottomdesc" v-else-if="dowmOrUp === '展开>>'">
|
<div class="bottomdesc" v-else-if="dowmOrUp === '展开>>'">
|
||||||
场景描述: {{ props.dataList.description.slice(0, 200) }}...
|
场景描述: {{ props.dataList.description.slice(0, 183) }}...
|
||||||
<span
|
<span
|
||||||
style="cursor: pointer; color: rgb(241 211 112)"
|
style="cursor: pointer; color: rgb(241 211 112)"
|
||||||
@click="showDetail(dowmOrUp)"
|
@click="showDetail(dowmOrUp)"
|
||||||
|
@ -351,12 +351,12 @@ watch(
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
font-size: 14px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
.bottomdesc1 {
|
.bottomdesc1 {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
font-size: 14px;
|
font-size: 16px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
margin-top: 0.2rem;
|
margin-top: 0.2rem;
|
||||||
|
|
|
@ -469,7 +469,7 @@
|
||||||
// padding: 0 1rem;
|
// padding: 0 1rem;
|
||||||
background-color: rgba(0, 0, 25, 0.7);
|
background-color: rgba(0, 0, 25, 0.7);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 10010;
|
z-index: 10012;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
|
|
Loading…
Reference in New Issue