Commit 1c639902 authored by Nature's avatar Nature

组建默认颜色

parent e38e00ee
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
@divider-color:#fafafa; @divider-color:#fafafa;
@switch-box-bg:#48D2A0; @switch-box-bg:#48D2A0;
@check-box-bg:@theme-color; @check-box-bg:@theme-color;
@radio-box-bg:@theme-color; @radio-box-bg:#ff00ff;
/** /**
......
...@@ -48,6 +48,7 @@ export default { ...@@ -48,6 +48,7 @@ export default {
</script> </script>
<style lang="less"> <style lang="less">
@import "../../common/styles/variables";
.h-checkbox { .h-checkbox {
//width: 42px; //width: 42px;
//height: 42px; //height: 42px;
......
...@@ -109,6 +109,7 @@ export default { ...@@ -109,6 +109,7 @@ export default {
</script> </script>
<style lang="less"> <style lang="less">
@import "../../common/styles/variables";
.hls-item { .hls-item {
//height: 100px; //height: 100px;
width: 100%; width: 100%;
...@@ -219,8 +220,8 @@ export default { ...@@ -219,8 +220,8 @@ export default {
} }
.toggle.toggle-positive input:checked + .track { .toggle.toggle-positive input:checked + .track {
border-color: @check-box-bg; border-color: @switch-box-bg;
background-color: @check-box-bg; background-color: @switch-box-bg;
.handle { .handle {
width: 22.5px; width: 22.5px;
......
...@@ -63,8 +63,8 @@ export default { ...@@ -63,8 +63,8 @@ export default {
}, },
} }
</script> </script>
<style lang="less"> <style lang="less">
@import "../../common/styles/variables";
.h-radio { .h-radio {
display: flex; display: flex;
height: 100%; height: 100%;
......
...@@ -53,7 +53,7 @@ export default { ...@@ -53,7 +53,7 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
@import "../../common/styles/variables";
.toggle-check { .toggle-check {
display: -webkit-flex; display: -webkit-flex;
display: 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