Browse Source

实时预览-页面色彩

pull/79/head^2
zq 2 days ago
committed by pengda
parent
commit
29e672b5d9
  1. 10
      src/components/site/serviceSetting/menuColorSet.vue

10
src/components/site/serviceSetting/menuColorSet.vue

@ -116,13 +116,7 @@ export default {
themeColor:'#3B82F6',
navColor:'#3B82F6',
tabColor:'#70A6FF',
//
saveBtnStyleObj: {
width: '144px',
height: '46px',
borderRadius: '4px',
background: '#006AFF',
},
saveBtnStyleObj:{}
}
},
methods: {
@ -146,7 +140,7 @@ export default {
}
</script>
<style lang="scss">
.color-drop .el-color-dropdown__btns{
display: flex;
justify-content: space-between;

Loading…
Cancel
Save