pyt
2025-04-10 2ec2a96d9bb31c24e806709ef8df1bd9172f8c02
1
2
3
4
5
6
7
8
@tailwind base;
@tailwind components;
@tailwind utilities;
/* datav中svg图片默认加了border 属性 跟tailwind中的类目冲突,会导致会多出灰色的线条,所以这边设置一下 */
.border {
    border-width: none !important;
    border: unset;
}