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

1 line
2.4 KiB
JSON

{"ast":null,"code":"export default {\n name: \"reportingView\",\n data() {\n return {};\n },\n methods: {}\n};","map":{"version":3,"names":["name","data","methods"],"sources":["src/views/index/reporting.vue"],"sourcesContent":["<template>\r\n <div class=\"wrap\">\r\n <div class=\"title\">报备事项:</div>\r\n <div class=\"line\"></div>\r\n <div>\r\n <img src=\"@/assets/\" />\r\n </div>\r\n <input type=\"radio\" id=\"red\" name=\"color\" value=\"red\">\r\n <label for=\"red\">特殊情况绕路</label><br>\r\n\r\n <input type=\"radio\" id=\"green\" name=\"color\" value=\"green\">\r\n <label for=\"green\">事发地变更</label><br>\r\n\r\n <input type=\"radio\" id=\"blue\" name=\"color\" value=\"blue\">\r\n <label for=\"blue\">目的地变更</label><br>\r\n <input type=\"radio\" id=\"Other\" name=\"color\" value=\"Other\">\r\n <label for=\"blue\">其他报备</label><br>\r\n <textarea class=\"multiple\" id=\"text-input\" rows=\"4\" cols=\"50\" placeholder=\"报备描述\"></textarea><br>\r\n <button onclick=\"showSelectedColor()\">提交</button>\r\n\r\n </div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n name: \"reportingView\",\r\n data(){\r\n return{\r\n\r\n }\r\n },\r\n methods:{\r\n\r\n }\r\n}\r\n</script>\r\n\r\n<style scoped lang=\"scss\">\r\n.wrap {\r\n box-sizing: border-box;\r\n padding: 13px 24px 0;\r\n}\r\n\r\n.title {\r\n font-size: 14px;\r\n font-weight: 500;\r\n color: #323643;\r\n\r\n}\r\n\r\n.line {\r\n width: 100%;\r\n height: 2px;\r\n opacity: 0.16;\r\n border: 1px solid;\r\n margin-bottom: 10px;\r\n margin-top: 10px;\r\n border-image: linear-gradient(270deg, rgba(217, 217, 217, 0.6), rgba(178, 178, 178, 1), rgba(178, 178, 178, 1), rgba(217, 217, 217, 0.6)) 1 1;\r\n}\r\ninput{\r\n margin-bottom: 8px;\r\n}\r\n.multiple {\r\n width: 325px;\r\n height: 125px;\r\n background: #FAFAFA;\r\n border-radius: 3px;\r\n border: 1px solid #E6E6E6;\r\n backdrop-filter: blur(10px);\r\n padding: 10px;\r\n box-sizing: border-box;\r\n margin-top: 20px;\r\n}\r\n\r\nbutton {\r\n border: none;\r\n position: fixed;\r\n bottom: 30px;\r\n width: 337px;\r\n height: 48px;\r\n background: #354D93;\r\n border-radius: 5px;\r\n font-size: 15px;\r\n font-weight: 500;\r\n color: #FFFFFF;\r\n line-height: 48px;\r\n}\r\n</style>"],"mappings":"AAwBA;EACAA,IAAA;EACAC,KAAA;IACA,QAEA;EACA;EACAC,OAAA,GAEA;AACA"},"metadata":{},"sourceType":"module","externalDependencies":[]}