- {{$t('text')}}
+ {{$t('text')}}
{{$t('picture')}}
{{$t('table')}}
@@ -303,7 +303,7 @@
-
+
@@ -333,12 +333,12 @@
>
-
+
-
+
@@ -1214,7 +1214,6 @@
margin-top: 2px;
}
-
}
.con-divider{
font-size: 16px;
@@ -1310,8 +1309,21 @@
text-align: center;
img{
}
-
}
+ .box-input {
+ /*min-width: 200px;*/
+ display: inline-block;
+ height: 38px;
+ margin-top: 2px;
+ }
+ .button-text {
+ height: 38px;
+ width: calc(100% - 100px);
+ line-height: 38px;
+ background: #fff;
+ border: 1px #00B3BE solid;
+ color: #00B3BE;
+ }
\ No newline at end of file
diff --git a/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue b/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue
index 881792170..cd1553cc5 100644
--- a/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue
+++ b/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue
@@ -1170,17 +1170,18 @@
@import '~@assets/less/common.less';
.split-detail {
- height: 100% !important;
+ /*height: 100% !important;*/
.split-detail-wrap {
- display: flex;
- justify-content: space-between;
+ /*display: flex;*/
+ /*justify-content: space-between;*/
.split-detail-left {
- height: 100%;
- min-width: 300px;
+ /*height: 100%;*/
+ width: 300px;
+ float: left;
padding-right: 20px;
- border-right: 1px solid #E6E7EC;
+ /*border-right: 1px solid #E6E7EC;*/
overflow-y: auto;
.split-detail-left-tree {
@@ -1206,7 +1207,10 @@
.split-detail-right {
padding-left: 20px;
- flex: 1;
+ width: calc(100% - 300px);
+ float: right;
+ border-left: 1px solid #E6E7EC;
+ /*flex: 1;*/
.split-detail-search-header {
margin-bottom: 20px;
@@ -1381,26 +1385,26 @@
margin-right: 20px !important;
}
- .title-text {
- min-width: 73px !important;
- }
+ /*.title-text {*/
+ /* min-width: 73px !important;*/
+ /*}*/
- .split-detail-wrap {
- height: 481px !important;
- }
+ /*.split-detail-wrap {*/
+ /* height: 481px !important;*/
+ /*}*/
- .mainItem {
- height: 500px;
- }
+ /*.mainItem {*/
+ /* height: 500px;*/
+ /*}*/
}
@media screen and (min-width: 1600px) and (max-width: 2000px) {
- .split-detail .split-detail-wrap .split-detail-left {
- height: 735px !important;
- }
+ /*.split-detail .split-detail-wrap .split-detail-left {*/
+ /* height: 735px !important;*/
+ /*}*/
- .mainItem {
- height: 800px !important;
- }
+ /*.mainItem {*/
+ /* height: 800px !important;*/
+ /*}*/
}
\ No newline at end of file