x-extends / vxe-table

Vxe table 的表格组件
https://vxetable.cn
MIT License
7.66k stars 1.06k forks source link

scss中已废除lighten()和darken()函数.建议修复 #2559

Open baiseng opened 2 months ago

baiseng commented 2 months ago

可复现的链接(包含复现链接与示例代码):

问题描述与截图:

Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

Deprecation Warning: lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 16.3461538462%) color.adjust($color, $lightness: 10%)

Deprecation Warning: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -15.5963302752%) color.adjust($color, $lightness: -10%)

期望的结果:

No response

操作系统:

win10

浏览器版本:

chrome 95

vue 版本:

3.5.6

vxe-pc-ui 版本:

4.1.28

vxe-table 版本:

4.7.79

是否使用当前最新版本?

InKeey commented 2 months ago

carp6870 commented 3 weeks ago