diff --git a/src/App.vue b/src/App.vue index c895cc8..28d46c1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,9 @@ \ No newline at end of file diff --git a/src/assert/main.css b/src/assert/main.css index 04b35af..5c7c64a 100644 --- a/src/assert/main.css +++ b/src/assert/main.css @@ -1,3 +1,7 @@ @tailwind base; @tailwind components; @tailwind utilities; + +svg { + vertical-align: baseline; + } \ No newline at end of file diff --git a/src/components/HomeComponents/NavBar.vue b/src/components/HomeComponents/NavBar.vue index bbe9c05..9d7a454 100644 --- a/src/components/HomeComponents/NavBar.vue +++ b/src/components/HomeComponents/NavBar.vue @@ -193,7 +193,7 @@ const items = ref([ label: '新闻',} ]); -const appValue = current[0].key; // 使用点号访问属性 +// const appValue = current[0].key; // 使用点号访问属性 const current = ref(); // 传对应key给current但是没用怎么回事 function updateCurrent(key) { diff --git a/src/views/WorkLoadPage/I_Responsible.vue b/src/views/WorkLoadPage/I_Responsible.vue index d5fd417..136fe5c 100644 --- a/src/views/WorkLoadPage/I_Responsible.vue +++ b/src/views/WorkLoadPage/I_Responsible.vue @@ -67,53 +67,34 @@ - - checkbox - - - - Apple - Pear - - - - - - Demo + + + Jack + Lucy + Disabled + yiminghe - - + + - - - - - - - - - - - - - - - - - - - - -
- -
Upload
-
+ + + Upload - - Button - + + diff --git a/tailwind.config.js b/tailwind.config.js index d92710a..6b0d814 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -10,4 +10,6 @@ module.exports = { plugins: [ require('flowbite/plugin') ], + + }