|
|
@@ -647,12 +647,25 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+.app-content {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ height: 100vh;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.modern-tabs-container {
|
|
|
+ flex-shrink: 0;
|
|
|
+}
|
|
|
+
|
|
|
.billing_box_bg {
|
|
|
- height: 100%;
|
|
|
+ flex: 1;
|
|
|
display: flex;
|
|
|
background:white;
|
|
|
flex-direction: column;
|
|
|
+ overflow: hidden;
|
|
|
.input-wrap {
|
|
|
+ flex-shrink: 0;
|
|
|
display: flex;
|
|
|
padding: 10upx 20upx 22upx 13upx;
|
|
|
.search-bar {
|
|
|
@@ -668,7 +681,6 @@ export default {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.tab-view {
|
|
|
- height: calc(100vh - 140upx);
|
|
|
width: 170upx;
|
|
|
flex-shrink: 0;
|
|
|
background-color: #f0f2f6;
|
|
|
@@ -705,7 +717,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.right-box {
|
|
|
- height: calc(100vh - 140upx);
|
|
|
flex: 1;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
@@ -740,6 +751,7 @@ export default {
|
|
|
padding: 0;
|
|
|
background-color: #f8f9fa;
|
|
|
width: 100%;
|
|
|
+ flex-shrink: 0;
|
|
|
}
|
|
|
|
|
|
.modern-tabs {
|