diff --git a/src/main.ts b/src/main.ts index ac2b673..d8e7484 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,10 +1,8 @@ import { createApp } from 'vue' -// import 'view-ui-plus/dist/styles/viewuiplus.css' import { createPinia } from 'pinia' import App from './App.vue' import router from './router' import './style.scss' -// import 'ant-design-vue/dist/reset.css'; import {ClickOutsideDirective} from "./service/click-outside.ts"; createApp(App) diff --git a/src/pages/Layout.vue b/src/pages/Layout.vue index 4a9143e..cc39cc0 100644 --- a/src/pages/Layout.vue +++ b/src/pages/Layout.vue @@ -144,6 +144,7 @@ function handleHideModal() { .app-name { font-size: 16px; + font-weight: bold; padding: 30px 10px 0; } @@ -199,7 +200,7 @@ function handleHideModal() { .app-main-container { min-width: 500px; - padding: 30px; + padding: 20px 30px 30px; overflow: auto; background: #f0f2f0; flex: 1; @@ -209,6 +210,11 @@ function handleHideModal() { justify-content: space-between; align-items: center; margin-bottom: 30px; + .app-name{ + font-size: 24px; + font-weight: bold; + color:#3f3f3f; + } } } diff --git a/src/pages/product/index.vue b/src/pages/product/index.vue index 16437aa..5babbed 100644 --- a/src/pages/product/index.vue +++ b/src/pages/product/index.vue @@ -83,18 +83,20 @@ function handleSearch(){
- +
+ - - + + + diff --git a/src/pages/user/index.vue b/src/pages/user/index.vue index b9c8b6e..6615caf 100644 --- a/src/pages/user/index.vue +++ b/src/pages/user/index.vue @@ -82,11 +82,11 @@ function handleSearch() {
-
营养制剂Key {{ th.name }}计量单位操作计量单位操作
{{ tr.name }}{{ tr.alias }} {{ (tr as any)[th.alias] || 'NULL' }} {{ tr.unit }}
+
- + diff --git a/src/style.scss b/src/style.scss index cb3c38a..3a7712e 100644 --- a/src/style.scss +++ b/src/style.scss @@ -205,7 +205,7 @@ img { .layout{ .menu{ - min-width: 100px; + min-width: 120px; } } .menu-text{
{{ th.title }}操作操作