css 小小知识点

11 阅读1分钟

1. 页面灰色模式

.v-grey-mode {
    filter: grayscale(100%);
}