Browse Source

更新

wangqin
hui 1 year ago
parent
commit
b640691d4f
  1. 4
      ruoyi-ui/src/views/JiHeExpressway/components/Decorations/bg-2.vue

4
ruoyi-ui/src/views/JiHeExpressway/components/Decorations/bg-2.vue

@ -1,8 +1,8 @@
<template>
<div class='BG-02' :style="{ '--width': width, '--lang-width': langWidth }">
<BackgroundClip ref="BackgroundClipRef" class="bg" :clipPath="getClipPath"
bgColor="linear-gradient(180deg, rgba(20, 46, 41, 0) 0%, rgba(20, 26, 41, 0.23) 100%)"
>
bgColor="linear-gradient(180deg, #152E3C 0%, #163A45 100%)"
borderColor="linear-gradient(180deg, rgba(40, 144, 167, 1), rgba(40, 144, 167, 0.38), rgba(40, 144, 167, 1))">
<slot />
</BackgroundClip>
<div class="decoration">

Loading…
Cancel
Save