1 |
- {"version":3,"file":"main-head.js","sources":["components/main/main-head.vue","../../../Program Files/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDovcHJvamVjdC_kuqTlibLlupMvamdrLXByb2plY3QvY29tcG9uZW50cy9tYWluL21haW4taGVhZC52dWU"],"sourcesContent":["<template>\n\t<view class=\"sign-title\">\n\t\t<view class=\"sign-title-l\">\n\t\t\t<text class=\"navTitle\">考勤打卡</text>\n\t\t</view>\n\t</view>\n</template>\n\n<script setup>\nimport { ref } from 'vue';\n\nconst moduleTitle = ref('上班打卡');\r\n\r\n\n</script>\n\n<style scoped>\n.sign-title {\n\tdisplay: flex;\n\tjustify-content: space-between;\r\n\talign-items: center; \r\n\theight: 100%;\n}\n.sign-title .sign-title-l {\n\ttext-align: center;\n\tcolor: #fff;\n\tbackground: url(../../static/bg.jpg) no-repeat;\n\tbackground-size: 100% 100%;\n\tflex: 1;\n\tmargin-bottom: 26upx;\r\n\theight: 250upx;\r\n\tline-height: 250upx;\r\n}\r\n.navTitle{\r\n\tfont-size: 44rpx;\r\n}\n</style>","import Component from 'D:/project/交割库/jgk-project/components/main/main-head.vue'\nwx.createComponent(Component)"],"names":["ref"],"mappings":";;;;;AAWoBA,kBAAG,IAAC,MAAM;;;;;;;ACV9B,GAAG,gBAAgB,SAAS;"}
|