From 27ba504441037666e787ded85b4af2f65be65c17 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 29 4月 2025 18:06:07 +0800
Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo

---
 HIAWms/web/src/components/DatePicker/PrefixIcon.vue |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/HIAWms/web/src/components/DatePicker/PrefixIcon.vue b/HIAWms/web/src/components/DatePicker/PrefixIcon.vue
new file mode 100644
index 0000000..dc4a574
--- /dev/null
+++ b/HIAWms/web/src/components/DatePicker/PrefixIcon.vue
@@ -0,0 +1,13 @@
+<template>
+    <svg t="1692947491896" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="13244" width="200" height="200"><path d="M842.24 135.168h-94.208v-47.104c0-26.112-20.992-47.104-47.104-47.104s-47.104 20.992-47.104 47.104v47.104H371.2v-47.104c0-26.112-20.992-47.104-47.104-47.104s-47.104 20.992-47.104 47.104v47.104H182.784C104.448 135.168 41.472 198.656 41.472 276.48v565.248c0 77.824 63.488 141.312 141.312 141.312h659.456c77.824 0 141.312-63.488 141.312-141.312V276.48c0-77.824-63.488-141.312-141.312-141.312z m47.104 706.56c0 26.112-20.992 47.104-47.104 47.104H182.784c-26.112 0-47.104-20.992-47.104-47.104V512h753.664v329.728z m0-423.936H135.68V276.48c0-26.112 20.992-47.104 47.104-47.104h94.208V276.48c0 26.112 20.992 47.104 47.104 47.104s47.104-20.992 47.104-47.104v-47.104h282.624V276.48c0 26.112 20.992 47.104 47.104 47.104s47.104-20.992 47.104-47.104v-47.104h94.208c26.112 0 47.104 20.992 47.104 47.104v141.312z" fill="#444A51" p-id="13245"></path><path d="M726.528 669.184H298.496c-22.016 0-39.936-17.92-39.936-39.936s17.92-39.936 39.936-39.936h428.032c22.016 0 39.936 17.92 39.936 39.936s-17.92 39.936-39.936 39.936z" fill="#444A51" p-id="13246"></path></svg>
+</template>
+
+<script setup lang="ts">
+
+</script>
+
+<style scoped>
+path {
+    fill: #8B9CA4;
+}
+</style>
\ No newline at end of file

--
Gitblit v1.9.3