Skip to content

Commit

Permalink
shi 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
shiwanyu committed Sep 28, 2024
1 parent a95fda2 commit 8a4b6b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/views/shilist/detail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<n-layout>
<n-layout-header>
<div class="top">
<div class="text-lg text-white"> NEUSOFT </div>
<div class="pl-3 text-lg font-bold text-white indent-5"> 药品检查方案智能助手系统 </div>
<div class="flex p-2 ml-auto font-bold text-white">
<div class="text-xl font-bold"> Neusoft </div>
<div class="pl-2 text-base"> 药品检查方案智能助手 </div>
<div class="flex p-2 ml-auto font-bold">
<n-icon size="20">
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -1214,7 +1214,7 @@
padding: 0rem 0.75rem;
align-items: center;
align-self: stretch;
background: #092a80;
// background: #092a80;
}
.shi_label {
position: relative;
Expand Down
8 changes: 4 additions & 4 deletions src/views/shilist/list.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<template>
<n-layout-header>
<div class="top">
<div class="text-lg text-white"> NEUSOFT </div>
<div class="pl-3 text-lg font-bold text-white indent-5"> 药品检查方案智能助手系统 </div>
<div class="flex p-2 ml-auto font-bold text-white">
<div class="text-xl font-bold"> Neusoft </div>
<div class="pl-2 text-base"> 药品检查方案智能助手 </div>
<div class="flex p-2 ml-auto font-bold">
<n-icon size="20">
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -213,6 +213,6 @@
padding: 0rem 0.75rem;
align-items: center;
align-self: stretch;
background: #092a80;
// background: #092a80;
}
</style>

0 comments on commit 8a4b6b0

Please sign in to comment.