Browse Source

我的付款和提现申请统一样式调整

@dongkboy 2 months ago
parent
commit
1809da6161
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/views/payCredit/myTask.vue

+ 8 - 0
src/views/payCredit/myTask.vue

@@ -578,4 +578,12 @@ onMounted(() => {
   display: flex;
   justify-content: flex-end;
 }
+:deep(.el-badge__content.is-fixed) {
+  right: calc(var(--el-badge-size) / 2 - 10px);
+  top: 50%;
+}
+
+:deep(.el-badge__content--danger) {
+  background-color: #D40000;
+}
 </style>