Commit 1c639902 authored by Nature's avatar Nature

组建默认颜色

parent e38e00ee
......@@ -21,7 +21,7 @@
@divider-color:#fafafa;
@switch-box-bg:#48D2A0;
@check-box-bg:@theme-color;
@radio-box-bg:@theme-color;
@radio-box-bg:#ff00ff;
/**
......
......@@ -48,6 +48,7 @@ export default {
</script>
<style lang="less">
@import "../../common/styles/variables";
.h-checkbox {
//width: 42px;
//height: 42px;
......
......@@ -109,6 +109,7 @@ export default {
</script>
<style lang="less">
@import "../../common/styles/variables";
.hls-item {
//height: 100px;
width: 100%;
......@@ -219,8 +220,8 @@ export default {
}
.toggle.toggle-positive input:checked + .track {
border-color: @check-box-bg;
background-color: @check-box-bg;
border-color: @switch-box-bg;
background-color: @switch-box-bg;
.handle {
width: 22.5px;
......
......@@ -63,8 +63,8 @@ export default {
},
}
</script>
<style lang="less">
@import "../../common/styles/variables";
.h-radio {
display: flex;
height: 100%;
......
......@@ -53,7 +53,7 @@ export default {
</script>
<style lang="less" scoped>
@import "../../common/styles/variables";
.toggle-check {
display: -webkit-flex;
display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment