flx:修改指挥部大屏 项目看板样式问题
This commit is contained in:
parent
168a793600
commit
1dcda2bd7e
@ -3,9 +3,9 @@ NODE_ENV = 'development'
|
|||||||
|
|
||||||
# 本地环境接口地址(/api/index.ts文件中使用)
|
# 本地环境接口地址(/api/index.ts文件中使用)
|
||||||
# 后端本地
|
# 后端本地
|
||||||
VITE_API_URL = 'http://192.168.34.155:19111'
|
# VITE_API_URL = 'http://192.168.34.155:19111'
|
||||||
# VITE_API_URL = 'http://192.168.34.221:9111' #雄哥本地
|
# VITE_API_URL = 'http://192.168.34.221:9111' #雄哥本地
|
||||||
# VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程
|
VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程
|
||||||
# VITE_API_URL = 'http://192.168.34.221:28889'
|
# VITE_API_URL = 'http://192.168.34.221:28889'
|
||||||
# VITE_API_URL = 'http://121.196.214.246/api'
|
# VITE_API_URL = 'http://121.196.214.246/api'
|
||||||
# VITE_API_URL = 'http://jxj.zhgdyun.com:100'
|
# VITE_API_URL = 'http://jxj.zhgdyun.com:100'
|
||||||
|
|||||||
@ -29,8 +29,8 @@ export const BASE_IMAGE_URL = import.meta.env.VITE_BASE_IMAGE_URL;
|
|||||||
// export const COMPANY: string = "as"; //鞍山项目
|
// export const COMPANY: string = "as"; //鞍山项目
|
||||||
// export const COMPANY: string = "agjt"; //鞍钢集团
|
// export const COMPANY: string = "agjt"; //鞍钢集团
|
||||||
// export const COMPANY: string = "agjtLive"; //鞍钢集团现场大屏
|
// export const COMPANY: string = "agjtLive"; //鞍钢集团现场大屏
|
||||||
export const COMPANY: string = "agjtCommand"; //鞍钢集团指挥部大屏
|
// export const COMPANY: string = "agjtCommand"; //鞍钢集团指挥部大屏
|
||||||
// export const COMPANY: string = "agjtProjectKanban"; //鞍钢集团项目看板大屏
|
export const COMPANY: string = "agjtProjectKanban"; //鞍钢集团项目看板大屏
|
||||||
// export const COMPANY: string = "agjtOverviewScreen"; //鞍钢集团项目总览
|
// export const COMPANY: string = "agjtOverviewScreen"; //鞍钢集团项目总览
|
||||||
// export const COMPANY: string = "zkjc"; //中科佳成项目
|
// export const COMPANY: string = "zkjc"; //中科佳成项目
|
||||||
// export const COMPANY: string = "cqna"; //重庆南岸项目
|
// export const COMPANY: string = "cqna"; //重庆南岸项目
|
||||||
|
|||||||
@ -25,10 +25,10 @@ export const staticRouter: RouteRecordRaw[] = [
|
|||||||
path: "/large",
|
path: "/large",
|
||||||
name: "大屏",
|
name: "大屏",
|
||||||
// component: () => import("@/views/sevenLargeScreen/indexL.vue"), //七参数标准版
|
// component: () => import("@/views/sevenLargeScreen/indexL.vue"), //七参数标准版
|
||||||
component: () => import("@/views/commandScreen/indexCommand.vue"), //指挥部大屏
|
// component: () => import("@/views/commandScreen/indexCommand.vue"), //指挥部大屏
|
||||||
// component: () => import("@/views/agjtLiveScreen/indexLive.vue"), //鞍钢现场大屏
|
// component: () => import("@/views/agjtLiveScreen/indexLive.vue"), //鞍钢现场大屏
|
||||||
// component: () => import("@/views/overviewScreen/indexCommand.vue"), //总览大屏
|
// component: () => import("@/views/overviewScreen/indexCommand.vue"), //总览大屏
|
||||||
// component: () => import("@/views/agjtProjectKanban/indexL.vue"), //鞍钢集团项目看板大屏
|
component: () => import("@/views/agjtProjectKanban/indexL.vue"), //鞍钢集团项目看板大屏
|
||||||
// component: () => import("@/views/sevenLargeScreen/indexL_syhy.vue"), // 只有一级路由(盘锦、嘉兴、鄱湖美湾医疗项目需切换至该首页)
|
// component: () => import("@/views/sevenLargeScreen/indexL_syhy.vue"), // 只有一级路由(盘锦、嘉兴、鄱湖美湾医疗项目需切换至该首页)
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
|
|||||||
@ -49,13 +49,13 @@
|
|||||||
<div>{{ item.jlNotPerformNum || 0 }}/{{ item.jlInServiceNum || 0 }}</div>
|
<div>{{ item.jlNotPerformNum || 0 }}/{{ item.jlInServiceNum || 0 }}</div>
|
||||||
</div>
|
</div>
|
||||||
</el-scrollbar>
|
</el-scrollbar>
|
||||||
</div>
|
|
||||||
<div class="not-data" v-if="performanceAnalysisList.length == 0">
|
<div class="not-data" v-if="performanceAnalysisList.length == 0">
|
||||||
<img src="@/assets/images/noData.png" alt="" />
|
<img src="@/assets/images/noData.png" alt="" />
|
||||||
<p>暂无数据</p>
|
<p>暂无数据</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="box-content" v-show="activeTab == 1">
|
<div class="box-content" v-show="activeTab == 1">
|
||||||
<div class="remark-top-data">
|
<div class="remark-top-data">
|
||||||
<div class="top-data-item">
|
<div class="top-data-item">
|
||||||
@ -183,6 +183,7 @@ onMounted(async () => {
|
|||||||
.leftTop {
|
.leftTop {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
.top-content {
|
.top-content {
|
||||||
width: 18%;
|
width: 18%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -191,6 +192,7 @@ onMounted(async () => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font-family: ABeeZee, ABeeZee;
|
font-family: ABeeZee, ABeeZee;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@ -203,19 +205,23 @@ onMounted(async () => {
|
|||||||
text-transform: none;
|
text-transform: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.active {
|
.active {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.box-content {
|
.box-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding-top: 1%;
|
padding-top: 1%;
|
||||||
|
|
||||||
.remark-top-data {
|
.remark-top-data {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
margin-bottom: 2%;
|
margin-bottom: 2%;
|
||||||
|
|
||||||
.top-data-item {
|
.top-data-item {
|
||||||
width: 135px;
|
width: 135px;
|
||||||
height: 51px;
|
height: 51px;
|
||||||
@ -225,30 +231,37 @@ onMounted(async () => {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 0.5% 0;
|
padding: 0.5% 0;
|
||||||
padding-left: 2%;
|
padding-left: 2%;
|
||||||
|
|
||||||
span:nth-child(1) {
|
span:nth-child(1) {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: ABeeZee-Regular;
|
font-family: ABeeZee-Regular;
|
||||||
margin-bottom: 1%;
|
margin-bottom: 1%;
|
||||||
}
|
}
|
||||||
|
|
||||||
span:nth-child(2) {
|
span:nth-child(2) {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
color: #65d7f9;
|
color: #65d7f9;
|
||||||
font-family: ABeeZee-Regular;
|
font-family: ABeeZee-Regular;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-data-item:not(:last-child) {
|
.top-data-item:not(:last-child) {
|
||||||
margin-right: 2%;
|
margin-right: 2%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.remark-bottom-table {
|
.remark-bottom-table {
|
||||||
height: 62%;
|
height: 62%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 0 2%;
|
margin: 0 2%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.list-content {
|
.list-content {
|
||||||
height: 95%;
|
height: 95%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
.tab-list {
|
.tab-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -260,6 +273,7 @@ onMounted(async () => {
|
|||||||
top: 75%;
|
top: 75%;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
||||||
// justify-content: space-around;
|
// justify-content: space-around;
|
||||||
div {
|
div {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
@ -267,8 +281,10 @@ onMounted(async () => {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-box {
|
.list-box {
|
||||||
height: 82%;
|
height: 82%;
|
||||||
|
|
||||||
.listStyle {
|
.listStyle {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -278,23 +294,27 @@ onMounted(async () => {
|
|||||||
margin-top: 0.5%;
|
margin-top: 0.5%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: rgba(0, 122, 255, 0.06);
|
background: rgba(0, 122, 255, 0.06);
|
||||||
|
|
||||||
div {
|
div {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.listStyle:hover {
|
.listStyle:hover {
|
||||||
background: rgba(0, 122, 255, 0.43);
|
background: rgba(0, 122, 255, 0.43);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.member-top-data {
|
.member-top-data {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-bottom: 2%;
|
margin-bottom: 2%;
|
||||||
|
|
||||||
.top-data-item {
|
.top-data-item {
|
||||||
width: 135px;
|
width: 135px;
|
||||||
height: 51px;
|
height: 51px;
|
||||||
@ -304,30 +324,36 @@ onMounted(async () => {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 0.5% 0;
|
padding: 0.5% 0;
|
||||||
padding-left: 2%;
|
padding-left: 2%;
|
||||||
|
|
||||||
span:nth-child(1) {
|
span:nth-child(1) {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: ABeeZee-Regular;
|
font-family: ABeeZee-Regular;
|
||||||
margin-bottom: 1%;
|
margin-bottom: 1%;
|
||||||
}
|
}
|
||||||
|
|
||||||
span:nth-child(2) {
|
span:nth-child(2) {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
color: #65d7f9;
|
color: #65d7f9;
|
||||||
font-family: ABeeZee-Regular;
|
font-family: ABeeZee-Regular;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-data-item:not(:last-child) {
|
.top-data-item:not(:last-child) {
|
||||||
margin-right: 2%;
|
margin-right: 2%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.member-bottom-table {
|
.member-bottom-table {
|
||||||
height: 62%;
|
height: 62%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 0 2%;
|
margin: 0 2%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.list-content {
|
.list-content {
|
||||||
height: 95%;
|
height: 95%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
.tab-list {
|
.tab-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -339,6 +365,7 @@ onMounted(async () => {
|
|||||||
top: 75%;
|
top: 75%;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
||||||
// justify-content: space-around;
|
// justify-content: space-around;
|
||||||
div {
|
div {
|
||||||
width: 17%;
|
width: 17%;
|
||||||
@ -346,8 +373,10 @@ onMounted(async () => {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-box {
|
.list-box {
|
||||||
height: 82%;
|
height: 82%;
|
||||||
|
|
||||||
.listStyle {
|
.listStyle {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -357,34 +386,43 @@ onMounted(async () => {
|
|||||||
margin-top: 0.5%;
|
margin-top: 0.5%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: rgba(0, 122, 255, 0.06);
|
background: rgba(0, 122, 255, 0.06);
|
||||||
|
|
||||||
div {
|
div {
|
||||||
width: 17%;
|
width: 17%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.listStyle:hover {
|
.listStyle:hover {
|
||||||
background: rgba(0, 122, 255, 0.43);
|
background: rgba(0, 122, 255, 0.43);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.not-data {
|
.not-data {
|
||||||
top: 40%;
|
width: 22%;
|
||||||
width: 30%;
|
height: 50%;
|
||||||
left: 35%;
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
::v-deep .h-card .content {
|
::v-deep .h-card .content {
|
||||||
height: 80%;
|
height: 80%;
|
||||||
margin-top: 1.8%;
|
margin-top: 1.8%;
|
||||||
|
|||||||
@ -181,7 +181,7 @@ const randerInfo = reactive({
|
|||||||
{ name: "未闭合隐患", max: 1 },
|
{ name: "未闭合隐患", max: 1 },
|
||||||
{ name: "特殊工种人员", max: 1 },
|
{ name: "特殊工种人员", max: 1 },
|
||||||
{ name: "平均安全绩效评分", max: 1 },
|
{ name: "平均安全绩效评分", max: 1 },
|
||||||
{ name: "平均培训通过率", max: 1 }
|
{ name: "平均培训未通过率", max: 1 }
|
||||||
],
|
],
|
||||||
titleInfo: {
|
titleInfo: {
|
||||||
titleLeft: "未来三天人员风险概率预测",
|
titleLeft: "未来三天人员风险概率预测",
|
||||||
@ -226,7 +226,7 @@ const openDialogData = async () => {
|
|||||||
{ name: "未闭合隐患", max: 1 },
|
{ name: "未闭合隐患", max: 1 },
|
||||||
{ name: "特殊工种人员", max: 1 },
|
{ name: "特殊工种人员", max: 1 },
|
||||||
{ name: "平均安全绩效评分", max: 1 },
|
{ name: "平均安全绩效评分", max: 1 },
|
||||||
{ name: "平均培训通过率", max: 1 }
|
{ name: "平均培训未通过率", max: 1 }
|
||||||
],
|
],
|
||||||
titleInfo: {
|
titleInfo: {
|
||||||
titleLeft: "未来三天人员风险概率预测",
|
titleLeft: "未来三天人员风险概率预测",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user