UNPKG

@aplus-frontend/ui

Version:

2 lines (1 loc) 1.47 kB
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),a=require("@aplus-frontend/antdv"),l={style:{marginBlockStart:"32px"}},n={style:{width:"100%",justifyContent:"space-between",display:"flex"}},i={style:{flex:1,marginInlineEnd:"24px",maxWidth:"300px"}},r={style:{flex:1,alignItems:"center",justifyContent:"center"}},o={style:{maxWidth:"300px",margin:"auto"}},c=e.defineComponent({__name:"item-large",props:{active:{type:Boolean}},setup(s){return(t,d)=>(e.openBlock(),e.createElementBlock("div",l,[e.createVNode(e.unref(a.Skeleton).Button,{active:t.active,size:"small",style:{width:"100px",marginBlockEnd:"16px"}},null,8,["active"]),e.createElementVNode("div",n,[e.createElementVNode("div",i,[e.createVNode(e.unref(a.Skeleton),{active:t.active,paragraph:!1,title:{style:{marginBlockStart:0}}},null,8,["active"]),e.createVNode(e.unref(a.Skeleton),{active:t.active,paragraph:!1,title:{style:{marginBlockStart:"8px"}}},null,8,["active"]),e.createVNode(e.unref(a.Skeleton),{active:t.active,paragraph:!1,title:{style:{marginBlockStart:"8px"}}},null,8,["active"])]),e.createElementVNode("div",r,[e.createElementVNode("div",o,[e.createVNode(e.unref(a.Skeleton),{active:t.active,paragraph:!1,title:{style:{marginBlockStart:0}}},null,8,["active"]),e.createVNode(e.unref(a.Skeleton),{active:t.active,paragraph:!1,title:{style:{marginBlockStart:"8px"}}},null,8,["active"])])])])]))}});exports.default=c;