调整员工标签按钮、编辑页服务指令颜色
This commit is contained in:
parent
72afced097
commit
e3d7b9ba9d
|
|
@ -2,7 +2,7 @@
|
|||
VITE_USE_MOCK = false
|
||||
|
||||
# 发布路径
|
||||
VITE_PUBLIC_PATH = /biz102
|
||||
VITE_PUBLIC_PATH = /biz101
|
||||
|
||||
VITE_PROXY = [["/opemedia","https://www.focusnu.com/media101/upFiles101"]]
|
||||
|
||||
|
|
@ -15,10 +15,10 @@ VITE_BUILD_COMPRESS = 'gzip'
|
|||
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
|
||||
|
||||
#后台接口父地址(必填)
|
||||
VITE_GLOB_API_URL=/nursingunit102
|
||||
VITE_GLOB_API_URL=/nursingunit101
|
||||
|
||||
#后台接口全路径地址(必填)
|
||||
VITE_GLOB_DOMAIN_URL=https://www.focusnu.com/nursingunit102
|
||||
VITE_GLOB_DOMAIN_URL=https://www.focusnu.com/nursingunit101
|
||||
# VITE_GLOB_DOMAIN_URL=http://115.175.20.152/nursingunit104
|
||||
|
||||
# 接口父路径前缀
|
||||
|
|
|
|||
|
|
@ -570,7 +570,7 @@ onMounted(() => {
|
|||
|
||||
.card-btn:hover {
|
||||
background-color: #f5f5f5;
|
||||
border-color: #288dfd;
|
||||
color: #288dfd;
|
||||
border-color: #81bff5;
|
||||
color: #4cafff;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -626,8 +626,8 @@ defineExpose({
|
|||
}
|
||||
|
||||
&.selected-card {
|
||||
background-color: #e6f7ff !important;
|
||||
border-color: #cae2fa !important;
|
||||
background-color: #edf6ff !important;
|
||||
border-color: #dbedff !important;
|
||||
|
||||
.directive-name {
|
||||
color: #1890ff !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue