Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
096c805dfe58eb7f9fff178b0db6bc12b4237332
Authored by
fengtao
2022-10-08 10:45:37 +0800
1 parent
468a9e9f
pref:优化报表配置 点击执行设备弹窗 Modal弹窗下方区域紧贴样式问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
stylelint.config.js
stylelint.config.js
View file @
096c805
...
...
@@ -6,7 +6,7 @@ module.exports = {
6
6
'selector-pseudo-class-no-unknown'
:
[
7
7
true
,
8
8
{
9
-
ignorePseudoClasses
:
[
'global'
],
9
+
ignorePseudoClasses
:
[
'global'
,
'deep'
],
10
10
},
11
11
],
12
12
'selector-pseudo-element-no-unknown'
:
[
...
...