修复bug
This commit is contained in:
@@ -437,6 +437,7 @@ export default defineComponent({
|
||||
top: 0;
|
||||
z-index: 2;
|
||||
.my_material_header_left{
|
||||
margin-right: auto;
|
||||
.select_block{
|
||||
border: calc(0.1rem* 1.2) solid #F1F1F1;
|
||||
margin-right: calc(2.3rem*1.2);
|
||||
@@ -474,7 +475,8 @@ export default defineComponent({
|
||||
|
||||
.search_icon_block{
|
||||
width: calc(5rem*1.2);
|
||||
height: calc(3rem*1.2);
|
||||
// height: calc(3rem*1.2);
|
||||
height: 100%;
|
||||
line-height: calc(3rem*1.2);
|
||||
text-align: center;
|
||||
background: #343579;
|
||||
|
||||
@@ -86,8 +86,8 @@ setup(props,{emit}) {
|
||||
cleardata()
|
||||
}
|
||||
let setOk= ()=>{
|
||||
let data = selectImgListData.imgList.filter((item:any)=>item.isChecked);
|
||||
if(data.legnth > 0){
|
||||
let data = selectImgListData.imgList.filter((item:any)=>!item.isChecked);
|
||||
if(data.length > 0){
|
||||
emit('setImgGetColor',data[0])
|
||||
}
|
||||
cleardata()
|
||||
|
||||
Reference in New Issue
Block a user