Browse Source

上直角下圆角

master
王梦远 3 weeks ago
parent
commit
e27ac054e6
  1. 2
      src/components/liquid/LiquidLevel.vue

2
src/components/liquid/LiquidLevel.vue

@ -61,8 +61,8 @@ const liquidHeight = computed(() => {
left: 0;
width: 100%;
background: linear-gradient(to top, #0099ff, #e6f7ff); /* 颜色渐变,可按需调整 */
border-radius: 10px;
min-height: 1.5rem;
border-radius: 0 0 10px 10px;
}
.liquid-level-middle{
background: linear-gradient(352deg, #0093f5, #effafe);

Loading…
Cancel
Save