Browse Source

fix: 部分样式调整

temp
xuziqiang 4 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; 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> </style>

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

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

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

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

Loading…
Cancel
Save