看板
Showing
3 changed files
with
9 additions
and
10 deletions
| ... | @@ -67,7 +67,7 @@ | ... | @@ -67,7 +67,7 @@ |
| 67 | <div ref="bing3" style="width: 100%;height:13vh;"> | 67 | <div ref="bing3" style="width: 100%;height:13vh;"> |
| 68 | </div> | 68 | </div> |
| 69 | <div class="bingBottom"> | 69 | <div class="bingBottom"> |
| 70 | <div style="text-align: center">{{ `${dayjs().format('YYYY')}年${dayjs().format('MM')}月` }}前 <br> 累计应收余额<br>(万元) | 70 | <div style="text-align: center">{{ `${dayjs().format('YYYY')}年${dayjs().format('MM')}月` }}前 <br> 累计现金余额<br>(万元) |
| 71 | </div> | 71 | </div> |
| 72 | </div> | 72 | </div> |
| 73 | </div> | 73 | </div> | ... | ... |
| ... | @@ -25,7 +25,6 @@ | ... | @@ -25,7 +25,6 @@ |
| 25 | <el-select | 25 | <el-select |
| 26 | v-model="type1" | 26 | v-model="type1" |
| 27 | class="select" | 27 | class="select" |
| 28 | collapse-tags | ||
| 29 | multiple | 28 | multiple |
| 30 | placeholder="数据因素" | 29 | placeholder="数据因素" |
| 31 | size="small" | 30 | size="small" |
| ... | @@ -750,15 +749,15 @@ onUnmounted(() => { | ... | @@ -750,15 +749,15 @@ onUnmounted(() => { |
| 750 | } | 749 | } |
| 751 | 750 | ||
| 752 | .title { | 751 | .title { |
| 753 | font-family: PingFang SC, serif; | 752 | font-family: SimHei, serif; |
| 754 | font-weight: 600; | 753 | font-weight: 600; |
| 755 | color: #FFFFFF; | 754 | color: #FFFFFF; |
| 756 | text-shadow: 0px 2px 3px rgba(17, 20, 22, 0.41); | 755 | text-shadow: 0px 2px 3px rgba(17, 20, 22, 0.41); |
| 757 | background: linear-gradient(0deg, #FFFFFF 0%, #41F2FF 65.2587890625%); | 756 | background: linear-gradient(0deg, #FFFFFF 0%, #41F2FF 65.2587890625%); |
| 758 | -webkit-background-clip: text; | 757 | -webkit-background-clip: text; |
| 759 | -webkit-text-fill-color: transparent; | 758 | -webkit-text-fill-color: transparent; |
| 760 | padding: calc(12 * 100vw / 1920) calc(50 * 100vw / 1920) 0; | 759 | padding: calc(12 * 100vw / 1920) calc(5 * 100vw / 1920) 0; |
| 761 | font-size: calc(20 * 100vw / 1920); | 760 | font-size: calc(14 * 100vw / 1920); |
| 762 | position: relative; | 761 | position: relative; |
| 763 | 762 | ||
| 764 | &::after { | 763 | &::after { |
| ... | @@ -796,7 +795,7 @@ onUnmounted(() => { | ... | @@ -796,7 +795,7 @@ onUnmounted(() => { |
| 796 | right: calc(20 * 100vw / 1920); | 795 | right: calc(20 * 100vw / 1920); |
| 797 | top: 3%; | 796 | top: 3%; |
| 798 | z-index: 1; | 797 | z-index: 1; |
| 799 | width: 50%; | 798 | width: 70%; |
| 800 | display: flex; | 799 | display: flex; |
| 801 | justify-content: space-between; | 800 | justify-content: space-between; |
| 802 | 801 | ||
| ... | @@ -820,7 +819,7 @@ onUnmounted(() => { | ... | @@ -820,7 +819,7 @@ onUnmounted(() => { |
| 820 | } | 819 | } |
| 821 | 820 | ||
| 822 | .itemBox { | 821 | .itemBox { |
| 823 | width: 45%; | 822 | width: 48%; |
| 824 | background: #0B2239; | 823 | background: #0B2239; |
| 825 | box-shadow: 0 0 24px 0 rgba(130, 220, 255, 0.5), 0 0 16px 0 rgba(130, 220, 255, 0.27); | 824 | box-shadow: 0 0 24px 0 rgba(130, 220, 255, 0.5), 0 0 16px 0 rgba(130, 220, 255, 0.27); |
| 826 | border-radius: 5px; | 825 | border-radius: 5px; | ... | ... |
| ... | @@ -890,15 +890,15 @@ onUnmounted(() => { | ... | @@ -890,15 +890,15 @@ onUnmounted(() => { |
| 890 | } | 890 | } |
| 891 | 891 | ||
| 892 | .title { | 892 | .title { |
| 893 | font-family: PingFang SC, serif; | 893 | font-family: SimHei, serif; |
| 894 | font-weight: 600; | 894 | font-weight: 600; |
| 895 | color: #FFFFFF; | 895 | color: #FFFFFF; |
| 896 | text-shadow: 0px 2px 3px rgba(17, 20, 22, 0.41); | 896 | text-shadow: 0px 2px 3px rgba(17, 20, 22, 0.41); |
| 897 | background: linear-gradient(0deg, #FFFFFF 0%, #41F2FF 65.2587890625%); | 897 | background: linear-gradient(0deg, #FFFFFF 0%, #41F2FF 65.2587890625%); |
| 898 | -webkit-background-clip: text; | 898 | -webkit-background-clip: text; |
| 899 | -webkit-text-fill-color: transparent; | 899 | -webkit-text-fill-color: transparent; |
| 900 | padding: calc(12 * 100vw / 1920) calc(50 * 100vw / 1920) 0; | 900 | padding: calc(12 * 100vw / 1920) calc(5 * 100vw / 1920) 0; |
| 901 | font-size: calc(20 * 100vw / 1920); | 901 | font-size: calc(14 * 100vw / 1920); |
| 902 | position: relative; | 902 | position: relative; |
| 903 | 903 | ||
| 904 | &::after { | 904 | &::after { | ... | ... |
-
Please register or sign in to post a comment