style(Sku): fix header height when hide header image

This commit is contained in:
chenjiahan
2020-06-23 16:41:53 +08:00
parent 84e09a54bd
commit ecb6bfccb5
4 changed files with 212 additions and 205 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
import { mount } from '../../../test';
import Sku from '..';
import { skuData, initialSku } from '../demo/data';
import { getSkuData, initialSku } from '../demo/data';
const skuData = getSkuData();
test('resetSelectedSku method', () => {
skuData.sku.messages = [];