添加按钮背景
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// 每一个存储的模块,命名规则use开头,store结尾
|
||||
import { defineStore } from 'pinia'
|
||||
import MyEvent from '@/utils/myEvent'
|
||||
import { uploadCustomerPhoto } from '@/api/workshop'
|
||||
MyEvent.add('clear-generate-state', () => useGenerateStore().clearGenerateData())
|
||||
|
||||
export const useGenerateStore = defineStore({
|
||||
|
||||
@@ -281,6 +281,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
> .icon-selected {
|
||||
|
||||
@@ -220,6 +220,7 @@
|
||||
border: 0.24rem solid #000;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background-color: #fff;
|
||||
> .icon {
|
||||
margin: 0 1.8rem;
|
||||
}
|
||||
@@ -246,6 +247,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user