Skip to content

Commit

Permalink
[新增功能](develop): update
Browse files Browse the repository at this point in the history
  • Loading branch information
hocgin committed Nov 2, 2023
1 parent 5674521 commit 08f451c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 19 deletions.
4 changes: 2 additions & 2 deletions src/Console/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ $console-prefix-cls: $hui-prefix + '-console';
width: 600px;
max-width: 100%;
right: 60px;
.mobile({
.mobile {
width: 100%;
});
}

&.#{$console-prefix-cls}--visible {
bottom: 0;
Expand Down
4 changes: 2 additions & 2 deletions src/Editor/style/Editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ $editor-prefix-cls: $hui-prefix + '-editor';

.#{$editor-prefix-cls}-heart {
margin-right: 10px;
.mobile({
.mobile{
display: none;
});
}
}

.#{$editor-prefix-cls}-btActions {
Expand Down
2 changes: 1 addition & 1 deletion src/Exhibit/style/Avatar.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../../style/index.less';
@import '../../style/index.scss';

$exhibit--Avatar-prefix-cls: $hui-prefix + '-exhibit--Avatar';

Expand Down
10 changes: 4 additions & 6 deletions src/Featbar/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ $featbar-prefix-cls: $hui-prefix + '-featbar';
display: none;
z-index: 2147483640;

.mobile

({
right: 0;
width: 100%;
});
.mobile{
right: 0;
width: 100%;
}

&.#{$featbar-prefix-cls}--open {
bottom: 0;
Expand Down
12 changes: 4 additions & 8 deletions src/Footer/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ $footer-prefix-cls: $hui-prefix + '-footer';
&-year {
vertical-align: baseline;

.a

();
@include a;
border-bottom: none;
}

Expand All @@ -49,11 +47,9 @@ $footer-prefix-cls: $hui-prefix + '-footer';
border-right: 1px solid rgba(234, 234, 234, 0.7);
padding-right: 10px;

.dark

({
border-right: 1px solid rgba(234, 234, 234, 0.25);
});
.dark {
border-right: 1px solid rgba(234, 234, 234, 0.25);
}

&:last-child {
border-right: none;
Expand Down

0 comments on commit 08f451c

Please sign in to comment.