Browse Source

fix: 部分样式调整

temp
xuziqiang 2 months ago
parent
commit
975d5fe4f0
  1. 10
      hx-ai-intelligent/src/App.vue
  2. 10
      lib/component/tree/tree-api.vue
  3. 8
      lib/saas/view/system/layout/header.vue

10
hx-ai-intelligent/src/App.vue

@ -178,4 +178,14 @@
z-index: 1;
}
}
:deep(.nsHeader_action) {
.action {
font-size: 18px;
font-weight: bold;
letter-spacing: 0px;
line-height: 24px;
color: rgba(51, 51, 51, 1);
}
}
</style>

10
lib/component/tree/tree-api.vue

@ -3,8 +3,8 @@
<div class="ns-tree-container">
<div class="ns-tree-form">
<div v-if="header" class="ns-tree-title">
<ns-icon :name="header.icon" size="14" />
<span>{{ header.title }}</span>
<!-- <ns-icon :name="header.icon" size="14" /> -->
<span class="ns-title-extra-box">{{ header.title }}</span>
</div>
<div v-if="!formConfig?.schema">
<ns-form ref="formElRef" v-bind="formConfig" :model="formModel" @finish="formFinish" />
@ -155,9 +155,9 @@
// padding-bottom: 10px;
// border-bottom: 1px solid #e9e9e9;
> span {
padding-left: 6px;
}
// > span {
// padding-left: 6px;
// }
& ~ div {
padding: 0 @gap !important;
width: 100%;

8
lib/saas/view/system/layout/header.vue

@ -93,7 +93,7 @@
"
>{{ userName }}</span
>
<ns-icon class="downArrow" name="downArrow" size="20" />
<!-- <ns-icon class="downArrow" name="downArrow" size="20" /> -->
</div>
<template #overlay>
@ -536,9 +536,9 @@
.action {
cursor: pointer;
&:hover {
background-color: @layout-header-hover;
}
// &:hover {
// background-color: @layout-header-hover;
// }
}
.projectName {

Loading…
Cancel
Save