|
@@ -41,6 +41,16 @@
|
|
|
.nsfStyle {
|
|
|
#app {
|
|
|
#screen {
|
|
|
+ .treeMain {
|
|
|
+ .treeMainTit {
|
|
|
+ height : auto !important;
|
|
|
+ display : flex;
|
|
|
+ justify-content: flex-start;
|
|
|
+ align-items : center;
|
|
|
+ width : 100%;
|
|
|
+ padding : 10px 0 10px 10px;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
// /generatingCap/dataAnalysis/jjyxReport
|
|
|
.analysisReport,
|
|
@@ -404,6 +414,29 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ .el-dialog {
|
|
|
+ .el-dialog__header {
|
|
|
+ .el-dialog__title {
|
|
|
+ width : 100%;
|
|
|
+ height : 100%;
|
|
|
+ display : flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items : center;
|
|
|
+ color : #fff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-tabs__item.is-active {
|
|
|
+ color: #67b9ff !important;
|
|
|
+
|
|
|
+ &::after {
|
|
|
+ border-bottom: 1px solid #67b9ff;
|
|
|
+ border-left: 1px solid #67b9ff;
|
|
|
+ border-right: 1px solid #67b9ff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
.reportDia {
|
|
|
#pdfDom {
|
|
|
p {
|