|
@@ -721,7 +721,7 @@
|
|
|
<!-- Xfiol改版后的 -->
|
|
|
<el-dialog v-model="dialog.Xfiol" align-center :modal="false" :close-on-click-modal="false"
|
|
|
:append-to-body="true" draggable :fullscreen="false" :modal-append-to-body="false"
|
|
|
- modal-class="summary-dlg2 summary-dlg" :before-close="handleClose" width="675"
|
|
|
+ modal-class="summary-dlg2 summary-dlg" :before-close="handleClose" width="540"
|
|
|
class="dialog_class bgcolor tianjia colortext sel">
|
|
|
|
|
|
<template #header="{ titleId, titleClass }">
|
|
@@ -867,7 +867,7 @@
|
|
|
<!-- 云图/等值线图 -->
|
|
|
<el-dialog v-model="dialog.clouddialog" align-center :modal="false" :close-on-click-modal="false"
|
|
|
:append-to-body="true" draggable :fullscreen="false" :modal-append-to-body="false" modal-class="summary-dlg"
|
|
|
- :before-close="handleClose" width="800" class="dialog_style bgcolor tianjia sel cloudChart" style="height: 72%;">
|
|
|
+ :before-close="handleClose" width="700" class="dialog_style bgcolor tianjia sel cloudChart" style="height: 500px;overflow: auto;">
|
|
|
<template #header="{ titleId, titleClass }">
|
|
|
<div class="my-header ">
|
|
|
<h4 :id="titleId" :class="titleClass">云图/等值线显示</h4>
|
|
@@ -885,7 +885,10 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
|
- <cloudChart/>
|
|
|
+ <div style="height: 400px;overflow: auto;">
|
|
|
+ <cloudChart/>
|
|
|
+ </div>
|
|
|
+
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
<!-- 云图二级弹窗 -->
|
|
@@ -899,8 +902,8 @@
|
|
|
:modal-append-to-body="false"
|
|
|
modal-class="summary-dlg"
|
|
|
:before-close="handleClose"
|
|
|
- width="600"
|
|
|
- class="dialog_class bgcolor tianjia"
|
|
|
+ width="500"
|
|
|
+ class="dialog_class bgcolor tianjia "
|
|
|
|
|
|
>
|
|
|
<template #header="{ titleId, titleClass }">
|
|
@@ -967,7 +970,7 @@
|
|
|
<!-- 气动分析Xfoil、ADflow -->
|
|
|
<el-dialog v-model="dialog.XfAD" align-center :modal="false" :close-on-click-modal="false"
|
|
|
:append-to-body="true" draggable :fullscreen="false" :modal-append-to-body="false" modal-class="summary-dlg"
|
|
|
- :before-close="handleClose" width="860" class="dialog_class bgcolor tianjia sel colortext">
|
|
|
+ :before-close="handleClose" width="700" class="dialog_class bgcolor tianjia sel colortext">
|
|
|
|
|
|
<template #header="{ titleId, titleClass }">
|
|
|
<div class="my-header ">
|
|
@@ -1000,7 +1003,7 @@
|
|
|
<!-- CST -->
|
|
|
<el-dialog v-model="dialog.CSTt" align-center :modal="false" :close-on-click-modal="false"
|
|
|
:append-to-body="true" draggable :fullscreen="false" :modal-append-to-body="false" modal-class="summary-dlg"
|
|
|
- :before-close="handleClose" width="840" class="dialog_class bgcolor colortext tianjia sel">
|
|
|
+ :before-close="handleClose" width="730" class="dialog_class bgcolor colortext tianjia sel">
|
|
|
|
|
|
<template #header="{ titleId, titleClass }">
|
|
|
<div class="my-header ">
|
|
@@ -1042,7 +1045,7 @@
|
|
|
<!-- 气动分析CST、FFD -->
|
|
|
<el-dialog v-model="dialog.cstffd" align-center :modal="false" :close-on-click-modal="false"
|
|
|
:append-to-body="true" draggable :fullscreen="false" :modal-append-to-body="false" modal-class="summary-dlg"
|
|
|
- :before-close="handleClose" width="1000" class="dialog_class bgcolor tianjia sel colortext">
|
|
|
+ :before-close="handleClose" width="900" class="dialog_class bgcolor tianjia sel colortext">
|
|
|
|
|
|
<template #header="{ titleId, titleClass }">
|
|
|
<div class="my-header ">
|
|
@@ -1196,7 +1199,7 @@
|
|
|
<!-- 单独的ADflow -->
|
|
|
<el-dialog v-model="dialog.isADflow" align-center :modal="false" :close-on-click-modal="false"
|
|
|
:append-to-body="true" draggable :fullscreen="false" :modal-append-to-body="false" modal-class="summary-dlg"
|
|
|
- :before-close="handleClose" width="630" class="dialog_class bgcolor tianjia sel colortext">
|
|
|
+ :before-close="handleClose" width="540" class="dialog_class bgcolor tianjia sel colortext">
|
|
|
|
|
|
<template #header="{ titleId, titleClass }">
|
|
|
<div class="my-header ">
|
|
@@ -4152,19 +4155,24 @@ const lbjkheaderCellClassName = ({ columnIndex }) => {
|
|
|
}
|
|
|
|
|
|
.footerTitle .span {
|
|
|
- width: 150px;
|
|
|
+ width: 130px;
|
|
|
height: 32px;
|
|
|
line-height: 40px;
|
|
|
- padding: 0 20px;
|
|
|
+ padding: 0 10px;
|
|
|
box-sizing: border-box;
|
|
|
cursor: default;
|
|
|
position: relative;
|
|
|
font-size: 14px;
|
|
|
color: #333333;
|
|
|
- font-family: 'Source Sans-Regular';
|
|
|
+ font-family: 'Microsoft YaHei';
|
|
|
+}
|
|
|
+
|
|
|
+.footerTitle .span .el-image {
|
|
|
+ margin-left: 10px;
|
|
|
}
|
|
|
+
|
|
|
.footerTitle .span span{
|
|
|
- padding-left:20px;
|
|
|
+ padding-left:10px;
|
|
|
}
|
|
|
.footerText .el-textarea__inner {
|
|
|
width: 100%;
|
|
@@ -4193,7 +4201,7 @@ const lbjkheaderCellClassName = ({ columnIndex }) => {
|
|
|
display: none !important;
|
|
|
} */
|
|
|
.custom-text {
|
|
|
- font-family: 'Source Sans-Regular';
|
|
|
+ font-family: 'Microsoft YaHei';
|
|
|
font-size: 16px;
|
|
|
color: rgba(51, 51, 51, 1);
|
|
|
line-height: 24px;
|
|
@@ -4204,7 +4212,7 @@ const lbjkheaderCellClassName = ({ columnIndex }) => {
|
|
|
}
|
|
|
|
|
|
.el-tree .el-tree-node__children .custom-text {
|
|
|
- font-family: 'Source Sans-Regular';
|
|
|
+ font-family: 'Microsoft YaHei';
|
|
|
font-size: 14px;
|
|
|
/* 这里设置为20px,你可以根据需求调整大小 */
|
|
|
color: rgba(51, 51, 51, 0.8);
|
|
@@ -4277,21 +4285,22 @@ color: #2267B1;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.youhualog ul li {
|
|
|
- font-family: 'Source Sans-Regular';
|
|
|
+ font-family: 'Microsoft YaHei';
|
|
|
/* flex: 1; */
|
|
|
/* border-left: 1px solid #B3B3B3; */
|
|
|
font-size: 14px;
|
|
|
height: 32px;
|
|
|
/* line-height: 40px; */
|
|
|
- width: 140px;
|
|
|
+ width: 120px;
|
|
|
display: flex;
|
|
|
/* justify-content: center; */
|
|
|
align-items: center;
|
|
|
padding:0 10px;
|
|
|
+ cursor: default;
|
|
|
}
|
|
|
|
|
|
.youhualog ul li span {
|
|
|
- margin-left: 20px;
|
|
|
+ margin-left: 10px;
|
|
|
}
|
|
|
|
|
|
.footer-content {
|
|
@@ -4325,7 +4334,7 @@ color: #2267B1;
|
|
|
.dibu .el-form-item_label {
|
|
|
color: #333333;
|
|
|
font-size: 14px;
|
|
|
- font-family: 'Source Sans Pro-Regular';
|
|
|
+ font-family: 'Microsoft YaHei';
|
|
|
}
|
|
|
|
|
|
.dibu .btncolor {
|
|
@@ -4359,21 +4368,22 @@ color: #2267B1;
|
|
|
|
|
|
.classtable .el-table td.el-table__cell, .classtable .el-table th.el-table__cell{
|
|
|
color: #333333;
|
|
|
- font-size: 16px;
|
|
|
- font-family: 'Source Sans Pro-Regular';
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: 'Microsoft YaHei';
|
|
|
}
|
|
|
|
|
|
.footer-content .classtable .el-table td.el-table__cell,.footer-content .classtable .el-table th.el-table__cell {
|
|
|
color: #333333;
|
|
|
font-size: 14px;
|
|
|
- font-family: 'Source Sans Pro-Regular';
|
|
|
+ font-family: 'Microsoft YaHei';
|
|
|
}
|
|
|
|
|
|
.classtable .el-table td.el-table__cell div {
|
|
|
height: 31px;
|
|
|
overflow: hidden;
|
|
|
- /* display: flex; */
|
|
|
+ display: flex;
|
|
|
align-items: center; /* 垂直居中 */
|
|
|
+ justify-content: center; /* 水平居中 */
|
|
|
}
|
|
|
|
|
|
.classtable .el-table td.el-table__cell,
|
|
@@ -4439,7 +4449,7 @@ color: #2267B1;
|
|
|
.jindutiao .percentage-value {
|
|
|
font-size: 13px;
|
|
|
color: #333333;
|
|
|
- font-family: 'Source Sans Pro-Regular';
|
|
|
+ font-family: 'Microsoft YaHei';
|
|
|
}
|
|
|
.cstleft{
|
|
|
width:50%;
|
|
@@ -4453,7 +4463,7 @@ color: #2267B1;
|
|
|
.dialog_class {
|
|
|
color: #333333;
|
|
|
font-size: 16px;
|
|
|
- font-family: 'Source Sans Pro-Regular';
|
|
|
+ font-family: 'Microsoft YaHei';
|
|
|
}
|
|
|
|
|
|
</style>
|