UNPKG

@aplus-frontend/ui

Version:

23 lines (22 loc) 424 B
import { genComponentStyleHook as e } from "../../../utils/cssinjs/index.mjs"; const n = (t) => { const { componentCls: o } = t; return { [o]: { width: "100%", background: "#fff", [`& + ${o}`]: { marginTop: t.spaceMD }, [`${o}-title`]: { marginBottom: t.spaceLG } } }; }, a = e("ApCard", (t) => [ n(t) ]); export { a as default, n as genApCardStyle };