suyiScreen/node_modules/.cache/vue-loader/49cb4488e8c41a06a4d717d83a1...

1 line
4.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.

{"remainingRequest":"C:\\hjmWeb\\suyiScreen\\suyiScreen\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\hjmWeb\\suyiScreen\\suyiScreen\\src\\components\\BasicBox5\\index.vue?vue&type=script&lang=js&","dependencies":[{"path":"C:\\hjmWeb\\suyiScreen\\suyiScreen\\src\\components\\BasicBox5\\index.vue","mtime":1659335249000},{"path":"C:\\hjmWeb\\suyiScreen\\suyiScreen\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1670640066936},{"path":"C:\\hjmWeb\\suyiScreen\\suyiScreen\\node_modules\\babel-loader\\lib\\index.js","mtime":1670640065986},{"path":"C:\\hjmWeb\\suyiScreen\\suyiScreen\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1670640066936},{"path":"C:\\hjmWeb\\suyiScreen\\suyiScreen\\node_modules\\vue-loader\\lib\\index.js","mtime":1670640074287}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCgoKZXhwb3J0IGRlZmF1bHQgewoKICAgIHByb3BzOiB7CiAgICAgICAgdGl0bGU6IHsKICAgICAgICAgICAgZGVmYXVsdDogKCkgPT4gIiIsCiAgICAgICAgICAgIHR5cGU6IFN0cmluZywKICAgICAgICAgICAgcmVxdWlyZWQ6IHRydWUKICAgICAgICB9LAogICAgICAgIGRhdGFTb3VyY2U6IHsKICAgICAgICAgICAgZGVmYXVsdDogKCkgPT4gZmFsc2UsCiAgICAgICAgICAgIHR5cGU6IFtBcnJheSwgQm9vbGVhbl0sCiAgICAgICAgICAgIHJlcXVpcmVkOiB0cnVlCiAgICAgICAgfSwKICAgICAgCiAgICB9LAogICAgZGF0YSgpIHsKICAgICAgICByZXR1cm4gewogICAgICAgICAgIAogICAgICAgIH0KICAgIH0sCiAgICBjb21wb25lbnRzOiB7CgogICAgfSwKICAgIG1vdW50ZWQoKSB7CgogICAgfSwKICAgIGJlZm9yZURlc3Ryb3koKSB7CgogICAgfSwKICAgIG1ldGhvZHM6IHsKCiAgICB9LAp9Owo="},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAuBA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA","file":"index.vue","sourceRoot":"src/components/BasicBox5","sourcesContent":["<template>\n <div class=\"box\">\n <div class=\"title\">\n <!-- <span class=\"icon\"></span> -->\n {{ title }}\n </div>\n \n <slot name=\"top\"></slot>\n <div class=\"imgurl\">\n <img src=\"@/assets/landRes/floor.png\" alt=\"\">\n </div>\n <ul v-if=\"dataSource\">\n <li v-for=\"(item, index) in dataSource \" :key=\"index\">\n <span class=\"left\">{{ item.key }}</span>\n <span class=\"right\">{{ item.value }}</span>\n </li>\n </ul>\n </div>\n</template>\n\n<script>\n\n\nexport default {\n\n props: {\n title: {\n default: () => \"\",\n type: String,\n required: true\n },\n dataSource: {\n default: () => false,\n type: [Array, Boolean],\n required: true\n },\n \n },\n data() {\n return {\n \n }\n },\n components: {\n\n },\n mounted() {\n\n },\n beforeDestroy() {\n\n },\n methods: {\n\n },\n};\n</script>\n\n<style lang=\"scss\" scoped>\n@import \"~@/common/var.scss\";\n\n\n.box {\n\n // background: #11223289;\n background: rgba(16,29,37,0.8);\n border: 2px solid $border-color;\n padding: 5px 0;\n margin-bottom: 10px;\n width: 100%;\n float: right;\n max-height: 860px;\n \n ul {\n padding-bottom: 10px;\n max-height: 644px;\n overflow-y: scroll;\n }\n ul::-webkit-scrollbar {\n display: none;\n }\n li {\n width: 100%;\n display: block;\n position: relative;\n height: 65px;\n background: url('~@/assets/landRes/1.png') no-repeat;\n // background-size: contain;\n background-size:100%;\n padding: 22px 0px!important;\n\n }\n\n .title {\n width: 100%;\n height: 33px;\n line-height: 33px;\n padding-left: 30px;\n margin-bottom: 5px;\n background: -15px url('~@/assets/tit.png') no-repeat;\n background-size: contain;\n color: #8ec1d8;\n font-weight: 700;\n font-size: 16px;\n .icon {\n height: 10px;\n width: 10px;\n transform: rotate(45deg);\n background-color: #20BBD2;\n display: inline-block;\n line-height: 40px;\n margin-right: 5px;\n padding-left: 5px;\n }\n }\n.imgurl{\n padding-left: 20px;\n}\n li {\n position: relative;\n padding: 12px 0;\n width: 100%;\n\n .left {\n color: #fff;\n width: 38%;\n position: absolute;\n left: 30px;\n }\n\n .right {\n width: 62%;\n color: #5FB7E7;\n position: absolute;\n right: 25px;\n }\n }\n\n}\n</style>\n"]}]}