fix: dhtmlx-gantt 第三方类名使用下划线命名,无法重命名,故禁用 BEM 类名规则

pull/358/MERGE
xingyu4j 2026-06-07 12:51:48 +08:00
parent e6ecade0ee
commit aad62cf5ca
3 changed files with 9 additions and 0 deletions

View File

@ -213,6 +213,9 @@ defineExpose({ loadData });
</template>
<style>
/* dhtmlx-gantt 第三方类名使用下划线命名,无法重命名,故禁用 BEM 类名规则 */
/* stylelint-disable selector-class-pattern */
/* 今天标记线 */
.gantt_marker.today {
background-color: #f44;

View File

@ -213,6 +213,9 @@ defineExpose({ loadData });
</template>
<style>
/* dhtmlx-gantt 第三方类名使用下划线命名,无法重命名,故禁用 BEM 类名规则 */
/* stylelint-disable selector-class-pattern */
/* 今天标记线 */
.gantt_marker.today {
background-color: #f44;

View File

@ -213,6 +213,9 @@ defineExpose({ loadData });
</template>
<style>
/* dhtmlx-gantt 第三方类名使用下划线命名,无法重命名,故禁用 BEM 类名规则 */
/* stylelint-disable selector-class-pattern */
/* 今天标记线 */
.gantt_marker.today {
background-color: #f44;