@ -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;