diff --git a/index.html b/index.html index 0d32c06..0eb2d5c 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,14 @@ - + + 药慧精灵智慧诊所 - - -
- - + + +
+ + diff --git a/src/assets/iconfont/iconfont.css b/src/assets/iconfont/iconfont.css new file mode 100644 index 0000000..6b5ed31 --- /dev/null +++ b/src/assets/iconfont/iconfont.css @@ -0,0 +1,22 @@ +@font-face { + font-family: "iconfont"; /* Project id 4921806 */ + src: url('iconfont.woff?t=1747274949107') format('woff'), + url('iconfont.ttf?t=1747274949107') format('truetype'); +} + +.iconfont { + font-family: "iconfont", serif !important; + font-size: 16px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-RectangleCopy:before { + content: "\e6a2"; +} + +.icon-RectangleCopy1:before { + content: "\e6a4"; +} + diff --git a/src/assets/iconfont/iconfont.ttf b/src/assets/iconfont/iconfont.ttf new file mode 100644 index 0000000..dd739fc Binary files /dev/null and b/src/assets/iconfont/iconfont.ttf differ diff --git a/src/assets/iconfont/iconfont.woff b/src/assets/iconfont/iconfont.woff new file mode 100644 index 0000000..357b10f Binary files /dev/null and b/src/assets/iconfont/iconfont.woff differ diff --git a/src/assets/scss/base.scss b/src/assets/scss/base.scss index f38ba29..f5d00fd 100644 --- a/src/assets/scss/base.scss +++ b/src/assets/scss/base.scss @@ -17,7 +17,7 @@ $border-color-lighter: #EBEEF5; $border-color-extra-light: #F2F6FC; // 背景颜色 -$background-color-base: #eee; +$background-color-base: #F1F5FB; $background-color-main: #4D6DE4; // 边框圆角 diff --git a/src/assets/scss/main.scss b/src/assets/scss/main.scss index 1d8e403..b13a452 100644 --- a/src/assets/scss/main.scss +++ b/src/assets/scss/main.scss @@ -35,7 +35,7 @@ html { } body { - background-color: #EEEEEEFF; + background-color: base.$background-color-base; } .center-wrapper { @@ -96,8 +96,8 @@ body { padding: 0 !important; //border: 1px solid #4D6DE4 !important; } -$btn-color: #4d99e4; -$lighter-color: #6eaeed; +$btn-color: #4D6DE4; +$lighter-color: #7c91e3; .default-btn{ cursor: pointer; width: 120px; @@ -106,7 +106,7 @@ $lighter-color: #6eaeed; background: $btn-color; border-radius: 6px; color: #FFF; - font-size: 15px; + font-size: 16px; text-align: center; &:hover{ background: $lighter-color; diff --git a/src/main.ts b/src/main.ts index 75904d9..285f36c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -3,6 +3,7 @@ import './assets/scss/main.scss' import {createApp} from 'vue' import ElementPlus from 'element-plus' import 'element-plus/dist/index.css' +import '../src/assets/iconfont/iconfont.css' import {createPinia} from 'pinia' import App from './App.vue' diff --git a/src/views/LayoutInventory.vue b/src/views/LayoutInventory.vue index 8a53888..e6083ad 100644 --- a/src/views/LayoutInventory.vue +++ b/src/views/LayoutInventory.vue @@ -1,56 +1,83 @@ diff --git a/src/views/LayoutSetting.vue b/src/views/LayoutSetting.vue index 9bdecb8..54c4adc 100644 --- a/src/views/LayoutSetting.vue +++ b/src/views/LayoutSetting.vue @@ -1,56 +1,84 @@ diff --git a/src/views/inventory/apply.vue b/src/views/inventory/apply.vue index ae442d4..a20df55 100644 --- a/src/views/inventory/apply.vue +++ b/src/views/inventory/apply.vue @@ -17,16 +17,12 @@
-
- - - +
+ 重置
-
- - - +
+ 搜索
@@ -36,7 +32,7 @@
- + diff --git a/src/views/inventory/check.vue b/src/views/inventory/check.vue index a3d25d3..7d24104 100644 --- a/src/views/inventory/check.vue +++ b/src/views/inventory/check.vue @@ -17,16 +17,12 @@
-
- - - +
+ 重置
-
- - - +
+ 搜索
@@ -37,7 +33,7 @@
- + diff --git a/src/views/inventory/goods.vue b/src/views/inventory/goods.vue index 92ee08b..5c58e49 100644 --- a/src/views/inventory/goods.vue +++ b/src/views/inventory/goods.vue @@ -65,16 +65,12 @@
-
- - - +
+ 重置
-
- - - +
+ 搜索
diff --git a/src/views/inventory/inventory.vue b/src/views/inventory/inventory.vue index 40194d5..1b92cc1 100644 --- a/src/views/inventory/inventory.vue +++ b/src/views/inventory/inventory.vue @@ -66,16 +66,12 @@
-
- - - +
+ 重置
-
- - - +
+ 搜索
@@ -86,7 +82,7 @@
-