Files
supplier-dispatch-h5/node_modules/.cache/babel-loader/ad1e60094152cf5c0860951759cc0137e414c3470b901241276ed7258f6597a4.json
2023-08-11 10:45:20 +08:00

1 line
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{"ast":null,"code":"export default {\n name: \"attentionItem\",\n props: {\n attention: {\n type: String,\n default: '温馨提示服务对象为7座以下客车、轿车及整备质量2吨以下空载货车。'\n },\n color: {\n type: String,\n default: '#FF9876'\n }\n }\n};","map":{"version":3,"names":["name","props","attention","type","String","default","color"],"sources":["src/components/attentionItem.vue"],"sourcesContent":["<template>\r\n <div class=\"attention_wrap\" :style=\"{ color: color }\">\r\n <img src=\"@/assets/attention.png\" alt=\"\" />\r\n <div> {{ attention }} </div>\r\n </div>\r\n</template>\r\n\r\n<script>\r\n export default {\r\n name: \"attentionItem\",\r\n props: {\r\n attention: {\r\n type: String,\r\n default: '温馨提示服务对象为7座以下客车、轿车及整备质量2吨以下空载货车。'\r\n },\r\n color: {\r\n type: String,\r\n default: '#FF9876'\r\n }\r\n }\r\n }\r\n</script>\r\n\r\n<style scoped lang=\"less\">\r\n .attention_wrap {\r\n display: flex;\r\n img {\r\n width: 14px;\r\n height: 14px;\r\n margin-right: 2px;\r\n }\r\n font-size: 11px;\r\n font-weight: 500;\r\n line-height: 15px;\r\n padding: 10px 15px;\r\n div {\r\n flex: 1;\r\n }\r\n }\r\n</style>\r\n"],"mappings":"AAQA;EACAA,IAAA;EACAC,KAAA;IACAC,SAAA;MACAC,IAAA,EAAAC,MAAA;MACAC,OAAA;IACA;IACAC,KAAA;MACAH,IAAA,EAAAC,MAAA;MACAC,OAAA;IACA;EACA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}