白色主题
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<wxs src="../common/utils.wxs" module="_" />
|
||||
<wxs src="./empty.wxs" module="utils" />
|
||||
|
||||
<view style="{{ customStyle }}" class="{{prefix}}-class {{classPrefix}}">
|
||||
<view style="{{ style }}" class="{{prefix}}-class {{classPrefix}}">
|
||||
<view aria-hidden="true" class="{{classPrefix}}__thumb">
|
||||
<t-image wx:if="{{image}}" t-class="{{prefix}}-class-image" src="{{image}}" mode="aspectFit" />
|
||||
<template
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
const props = {
|
||||
customStyle: {
|
||||
style: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export interface TdEmptyProps {
|
||||
customStyle?: {
|
||||
style?: {
|
||||
type: StringConstructor;
|
||||
value?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user