Skip to content

Commit

Permalink
Merge pull request #663 from veops/dev_ui_241224
Browse files Browse the repository at this point in the history
feat(ui): update style
  • Loading branch information
LHRUN authored Dec 24, 2024
2 parents b253fdf + 655b642 commit b669775
Show file tree
Hide file tree
Showing 50 changed files with 1,134 additions and 959 deletions.
5 changes: 2 additions & 3 deletions cmdb-ui/src/components/CMDBFilterComp/expression.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@
<CIReferenceAttr
v-if="getAttr(item.property).is_reference && (item.exp === 'is' || item.exp === '~is')"
:style="{ width: '175px' }"
class="select-filter-component"
class="select-filter-component ops-select-bg"
:referenceTypeId="getAttr(item.property).reference_type_id"
:disabled="disabled"
v-model="item.value"
/>
<a-select
v-else-if="getAttr(item.property).is_bool && (item.exp === 'is' || item.exp === '~is')"
v-model="item.value"
class="select-filter-component"
class="select-filter-component ops-select-bg"
:style="{ width: '175px' }"
:disabled="disabled"
:placeholder="$t('placeholder2')"
Expand Down Expand Up @@ -398,7 +398,6 @@ export default {

/deep/ .ant-select-selection {
height: 24px;
background: #f7f8fa;
line-height: 24px;
border: none;

Expand Down
Loading

0 comments on commit b669775

Please sign in to comment.