修改样式
This commit is contained in:
parent
a7a623cb38
commit
feba70636d
|
@ -208,8 +208,12 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
|
||||||
|
background-color: transparent !important; /* 移除背景色 */
|
||||||
|
cursor: default !important; /* 移除光标效果 */
|
||||||
|
}
|
||||||
.el-table .warning-row {
|
.el-table .warning-row {
|
||||||
background: rgba(201, 132, 22, 0.3);
|
background: rgba(197 170 27 , 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-table .success-row {
|
.el-table .success-row {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<div class="left-list22">企业名称</div>
|
<div class="left-list22">企业名称</div>
|
||||||
<div class="left-list1">设备编号</div>
|
<div class="left-list1">设备编号</div>
|
||||||
<div class="left-list1">设备读数</div>
|
<div class="left-list1">设备读数</div>
|
||||||
<div class="left-list1">报警级别</div>
|
<!-- <div class="left-list1">报警级别</div> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="left-over">
|
<div class="left-over">
|
||||||
<template v-if="alarmList.length > 0">
|
<template v-if="alarmList.length > 0">
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<div class="left-list1" style="color: rgb(0 255 255);">{{ item.ds }}</div>
|
<div class="left-list1" style="color: rgb(0 255 255);">{{ item.ds }}</div>
|
||||||
<div class="left-list1">{{ item.level }}</div>
|
<!-- <div class="left-list1">{{ item.level }}</div> -->
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
|
|
|
@ -36,6 +36,7 @@ module.exports = {
|
||||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||||
[process.env.VUE_APP_BASE_API]: {
|
[process.env.VUE_APP_BASE_API]: {
|
||||||
target: `http://localhost:8080`,
|
target: `http://localhost:8080`,
|
||||||
|
// target: `http://10.167.96.13/prod-api`,
|
||||||
// target: `http://218.58.79.146:13081/prod-api/`,
|
// target: `http://218.58.79.146:13081/prod-api/`,
|
||||||
//target: `http://218.58.79.146:13080/prod-api/`,
|
//target: `http://218.58.79.146:13080/prod-api/`,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
|
|
Loading…
Reference in New Issue