11f8b8cd8ec08f2cfbc948175a52df48.json 5.1 KB

1
  1. {"remainingRequest":"E:\\item\\newItem\\admin\\node_modules\\babel-loader\\lib\\index.js!E:\\item\\newItem\\admin\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!E:\\item\\newItem\\admin\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\item\\newItem\\admin\\node_modules\\iview-loader\\index.js??ref--0-2!E:\\item\\newItem\\admin\\src\\components\\cards\\cards.vue?vue&type=script&lang=js&","dependencies":[{"path":"E:\\item\\newItem\\admin\\src\\components\\cards\\cards.vue","mtime":1677828270144},{"path":"E:\\item\\newItem\\admin\\babel.config.js","mtime":1677828270071},{"path":"E:\\item\\newItem\\admin\\.babelrc","mtime":1677828270070},{"path":"E:\\item\\newItem\\admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\item\\newItem\\admin\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"E:\\item\\newItem\\admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\item\\newItem\\admin\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000},{"path":"E:\\item\\newItem\\admin\\node_modules\\iview-loader\\index.js","mtime":1570440814000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KZXhwb3J0IGRlZmF1bHQgewogIG5hbWU6ICdjYXJkcycsCiAgZGF0YTogZnVuY3Rpb24gZGF0YSgpIHsKICAgIHJldHVybiB7fTsKICB9LAogIHByb3BzOiB7CiAgICBjYXJkTGlzdHM6IEFycmF5CiAgfSwKICBtZXRob2RzOiB7fSwKICBjcmVhdGVkOiBmdW5jdGlvbiBjcmVhdGVkKCkge30KfTs="},{"version":3,"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmDA;EACAA,aADA;EAEAC,IAFA,kBAEA;IACA;EACA,CAJA;EAKAC;IACAC;EADA,CALA;EAQAC,WARA;EASAC,OATA,qBASA;AATA","names":["name","data","props","cardLists","methods","created"],"sourceRoot":"src/components/cards","sources":["cards.vue"],"sourcesContent":["<template>\r\n <div>\r\n <!--v-if=\"item.count && item.count!='0.00'\"-->\r\n <Row type=\"flex\" align=\"middle\" :gutter=\"10\" class=\"ivu-mt\">\r\n <Col\r\n :xl=\"item.col\"\r\n :lg=\"6\"\r\n :md=\"12\"\r\n :sm=\"24\"\r\n :xs=\"24\"\r\n class=\"ivu-mb\"\r\n v-for=\"(item, index) in cardLists\"\r\n :key=\"index\"\r\n >\r\n <Card shadow :padding=\"0\" class=\"card_cent\">\r\n <div class=\"card_box\">\r\n <div\r\n class=\"card_box_cir\"\r\n :class=\"{\r\n one: index % 5 == 0,\r\n two: index % 5 == 1,\r\n three: index % 5 == 2,\r\n four: index % 5 == 3,\r\n five: index % 5 == 4,\r\n }\"\r\n >\r\n <div\r\n class=\"card_box_cir1\"\r\n :class=\"{\r\n one1: index % 5 == 0,\r\n two1: index % 5 == 1,\r\n three1: index % 5 == 2,\r\n four1: index % 5 == 3,\r\n five1: index % 5 == 4,\r\n }\"\r\n >\r\n <Icon :type=\"item.className\" />\r\n </div>\r\n </div>\r\n <div class=\"card_box_txt\">\r\n <span class=\"sp1\" v-text=\"item.count || 0\"></span>\r\n <span class=\"sp2\" v-text=\"item.name\"></span>\r\n </div>\r\n </div>\r\n </Card>\r\n </Col>\r\n </Row>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n name: 'cards',\r\n data() {\r\n return {};\r\n },\r\n props: {\r\n cardLists: Array,\r\n },\r\n methods: {},\r\n created() {},\r\n};\r\n</script>\r\n\r\n<style scoped lang=\"stylus\">\r\n/*.card_cent >>> .ivu-card-body*/\r\n/* width 100%*/\r\n/* height 100%*/\r\n.card_box_cir1 >>> .ivu-icon\r\n font-size: 26px\r\n color: #fff\r\n .one\r\n background #E4ECFF\r\n.two\r\n background #FFF3E0\r\n.three\r\n background #EAF9E1\r\n.four\r\n background #FFEAF4\r\n.five\r\n background #F1E4FF\r\n.one1\r\n background #4D7CFE\r\n.two1\r\n background #FFAB2B\r\n.three1\r\n background #6DD230\r\n.four1\r\n background #FF85C0\r\n.five1\r\n background #B37FEB\r\n.card_box\r\n width 100%\r\n height 100%\r\n display flex\r\n align-items: center\r\n /*justify-content: center*/\r\n padding: 25px\r\n box-sizing: border-box\r\n border-radius: 4px\r\n .card_box_cir\r\n width 60px\r\n height 60px\r\n border-radius: 50%\r\n overflow: hidden\r\n margin-right: 20px\r\n display: flex\r\n justify-content: center\r\n align-items: center\r\n .card_box_cir1\r\n width 48px\r\n height 48px\r\n border-radius: 50%\r\n display: flex\r\n justify-content: center\r\n align-items: center\r\n .card_box_txt\r\n .sp1\r\n display block\r\n color #252631\r\n font-size 24px\r\n .sp2\r\n display block\r\n color #98A9BC\r\n font-size 12px\r\n</style>\r\n"]}]}