diff --git a/src/views/largeScreen/components/rightPage.vue b/src/views/largeScreen/components/rightPage.vue index 247c4ce..d96e850 100644 --- a/src/views/largeScreen/components/rightPage.vue +++ b/src/views/largeScreen/components/rightPage.vue @@ -1,5 +1,10 @@ @@ -10,4 +15,17 @@ height: 100%; background: #0c1e35; } +.funds { + width: 100%; + height: 40%; + border: 1px solid rgba(29, 214, 255, 0.3); + box-sizing: border-box; + padding: 5px; + .fundsTitle { + width: 100%; + height: 15%; + font-size: 16px; + background-color: #1dd6ff; + } +}