Skip to content

Commit 529b625

Browse files
committed
修订主题颜色
1 parent e78f6ff commit 529b625

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

html/element-rj-2b6afd.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
</el-table-column>
4444
</el-table>
4545
<el-button>按钮</el-button>
46+
<p>aaaa</p>
4647
</div>
4748
</div>
4849
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"></script>

src/rj-themes/18edd0/extends.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,3 @@
931931
box-shadow: 0 0 6px 1px lighten($rj-default-button-fill, 20);
932932
}
933933
}
934-
body{
935-
perspective: 1000px;
936-
}

src/rj-themes/2b6afd/extends.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
$-line: #f0f0f0 !default; //分割线
4343

44-
$rj-cl-ffffff: #ffffff !default;
44+
$rj-cl-ffffff: #5b656b !default;
4545

4646
//公共属性
4747
@include rjCommon($rj-cl-ffffff);
@@ -1023,6 +1023,4 @@
10231023
box-shadow: 0 0 6px 1px lighten($rj-default-button-fill, 20);
10241024
}
10251025
}
1026-
body {
1027-
perspective: 1000px;
1028-
}
1026+

0 commit comments

Comments
 (0)