Skip to content

Commit 21a3414

Browse files
committed
✨(component): update
1 parent c608b4f commit 21a3414

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

package/component/src/component/table/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ onBeforeUnmount(() => {
886886
<template v-if="tableDataSource.length == 0 && loading == false">
887887
<lay-empty></lay-empty>
888888
<div :style="{ width: tableBodyEmptyWidth }"></div>
889-
</template>
889+
</template>
890890
<template v-if="loading == true">
891891
<div class="layui-table-loading">
892892
<i

package/layer/src/component/index.vue

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -381,17 +381,20 @@ watch(
381381
* @param icon 图标类型
382382
*/
383383
const boxClasses = computed(() => {
384-
return [{
385-
"layui-layer-dialog": type === 0,
386-
"layui-layer-page": type === 1,
387-
"layui-layer-iframe": type === 2,
388-
"layui-layer-loading": type === 3,
389-
"layui-layer-drawer": type === 4,
390-
"layui-layer-photos": type === 5,
391-
"layui-layer-notifiy": type === 6,
392-
"layui-layer-msg": props.isMessage,
393-
"layui-layer-hui": props.isMessage && !props.icon,
394-
},props.skin];
384+
return [
385+
{
386+
"layui-layer-dialog": type === 0,
387+
"layui-layer-page": type === 1,
388+
"layui-layer-iframe": type === 2,
389+
"layui-layer-loading": type === 3,
390+
"layui-layer-drawer": type === 4,
391+
"layui-layer-photos": type === 5,
392+
"layui-layer-notifiy": type === 6,
393+
"layui-layer-msg": props.isMessage,
394+
"layui-layer-hui": props.isMessage && !props.icon,
395+
},
396+
props.skin,
397+
];
395398
});
396399
397400
/**
@@ -706,4 +709,4 @@ defineExpose({ reset, open, close });
706709
</div>
707710
</transition>
708711
</div>
709-
</template>
712+
</template>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy