diff --git a/src/App.vue b/src/App.vue
index a961037..bfd3f35 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -213,7 +213,7 @@ import {getData} from './api/index.js'
#app {
// width: 6144px;
// height: 1920px;
- background: rgba(1, 1, 7, 0.7);
+ background: rgba(1, 1, 7, 0);
// overflow: hidden;
.header {
height: 15%;
diff --git a/src/assets/images/faTingImg/anjianTitle.png b/src/assets/images/faTingImg/anjianTitle.png
new file mode 100644
index 0000000..7945cc9
Binary files /dev/null and b/src/assets/images/faTingImg/anjianTitle.png differ
diff --git a/src/views/court.vue b/src/views/court.vue
index e8e0ea2..ab29182 100644
--- a/src/views/court.vue
+++ b/src/views/court.vue
@@ -24,7 +24,12 @@
-
+
@@ -88,7 +93,6 @@ export default {
.courtHouse {
height: calc(100% - 30%);
width: 100%;
- border: 1px solid red;
display: flex;
flex-wrap: nowrap;
justify-content: space-around;
@@ -137,7 +141,12 @@ export default {
.leftTwo {
width: 100%;
height: 35%;
- border: 1px solid blue;
+ position: relative;
+ #caseEcharts{
+ width: 100%;
+ height: calc(100% - 16%);
+ border: 1px solid blue;
+ }
}
.leftThree {
width: 100%;
@@ -168,4 +177,17 @@ export default {
padding-left: 12%;
box-sizing: border-box;
}
+.caseTitle{
+ width: 23%;
+ height: 10%;
+ background: url("../assets/images/faTingImg/anjianTitle.png") no-repeat;
+ background-size: 100% 100%;
+ color: #fff;
+ font-size: 0.8rem;
+ display: flex;
+ align-items: center;
+ padding-left: 5%;
+ box-sizing: border-box;
+ margin-top: 2%;
+}
\ No newline at end of file