修改bug
@@ -1734,6 +1734,24 @@ const indexTabs4 = ref(1)
color: #000;
display: block;
font-size: 13PX;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ span:nth-child(1) {
+ width: 70%;
+ height: 28PX;
+ text-align: left;
+ overflow: hidden;
+ display: block;
+ font-size: 14PX;
+ }
+ span:nth-child(2) {
+ width: 30%;
+ text-align: right;
+ font-size: 12PX;
}