Browse Source

实时预览-页面色彩

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

Loading…
Cancel
Save