mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix(components): tab组件在黑暗模式下泛白的颜色问题以及chromeTab的重叠问题
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<!--删除 bg-white 黑暗模式正常-->
|
||||
<div
|
||||
class="relative flex-center h-30px pl-14px bg-white border-1px border-[#e5e7eb] rounded-2px cursor-pointer"
|
||||
class="relative flex-center h-30px pl-14px border-1px border-[#e5e7eb] rounded-2px cursor-pointer"
|
||||
:class="[
|
||||
closable ? 'pr-6px' : 'pr-14px',
|
||||
{ 'text-primary bg-primary bg-opacity-10 !border-primary': active, 'text-primary border-primary': isHover }
|
||||
|
Reference in New Issue
Block a user