-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b6a38d
commit 7df725c
Showing
20 changed files
with
52 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import './variable.scss'; | ||
@use './variable.scss'; | ||
|
||
body { | ||
padding: 0; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
@import './base.scss'; | ||
@use './base.scss'; | ||
|
||
@import './components/column.scss'; | ||
@import './components/colgroup.scss'; | ||
@import './components/table.scss'; | ||
@import './components/grid.scss'; | ||
@import './components/toolbar.scss'; | ||
@use './components/column.scss'; | ||
@use './components/colgroup.scss'; | ||
@use './components/table.scss'; | ||
@use './components/grid.scss'; | ||
@use './components/toolbar.scss'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@import '../helpers/mixin.scss'; | ||
|
||
[class*="vxe-icon--"] { | ||
display: inline-block; | ||
vertical-align: middle; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
@import './custom.scss'; | ||
@import './edit.scss'; | ||
@import './export.scss'; | ||
@import './filter.scss'; | ||
@import './keyboard.scss'; | ||
@import './menu.scss'; | ||
@import './validator.scss'; | ||
@use './custom.scss'; | ||
@use './edit.scss'; | ||
@use './export.scss'; | ||
@use './filter.scss'; | ||
@use './keyboard.scss'; | ||
@use './menu.scss'; | ||
@use './validator.scss'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@import '../helpers/mixin.scss'; | ||
|
||
/*toolbar*/ | ||
.vxe-toolbar { | ||
position: relative; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/*已废弃*/ | ||
|
||
@import './base.scss'; | ||
@use './base.scss'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// 该文件已废弃,请使用 vxe-table/styles/all.scss | ||
|
||
@import './modules.scss'; | ||
@use './modules.scss'; |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// 该文件已废弃,请使用 vxe-table/style/all.scss | ||
|
||
@import './variable.scss'; | ||
@import './default.scss'; | ||
@use './variable.scss'; | ||
@use './default.scss'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*已废弃*/ | ||
|
||
@import './components/column.scss'; | ||
@import './components/colgroup.scss'; | ||
@import './components/table.scss'; | ||
@import './components/grid.scss'; | ||
@import './components/toolbar.scss'; | ||
@use './components/column.scss'; | ||
@use './components/colgroup.scss'; | ||
@use './components/table.scss'; | ||
@use './components/grid.scss'; | ||
@use './components/toolbar.scss'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import './base.scss'; | ||
@use './base.scss'; | ||
|
||
[data-vxe-ui-theme="dark"] { | ||
color-scheme: dark; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import './base.scss'; | ||
@use './base.scss'; | ||
|
||
[data-vxe-ui-theme="light"] { | ||
/*font color*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/*已废弃*/ | ||
|
||
@import './base.scss'; | ||
@use './base.scss'; |