chutingting 1 год назад
Родитель
Сommit
033edd82c1
2 измененных файлов: 2 добавлений и 0 удалений
  1. +1
    -0
      src/types/components.d.ts
  2. +1
    -0
      src/views/myStore/index.vue

+ 1
- 0
src/types/components.d.ts Просмотреть файл

@@ -31,6 +31,7 @@ declare module '@vue/runtime-core' {
ElPagination: typeof import('element-plus/es')['ElPagination']
ElRadio: typeof import('element-plus/es')['ElRadio']
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
ElSwitch: typeof import('element-plus/es')['ElSwitch']


+ 1
- 0
src/views/myStore/index.vue Просмотреть файл

@@ -436,6 +436,7 @@ function findStatus() {
max-width: 100%;
.scrollbar-flex-content{
display: flex;
padding-bottom: 30px;
}

.item {


Загрузка…
Отмена
Сохранить