Skip to content

Commit

Permalink
fix(site): remove custom input icon (#2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjunjian authored Aug 31, 2024
1 parent 470e931 commit 506a842
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions examples/sites/src/views/overview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<tiny-input
:placeholder="i18nByKey('searchComponents')"
:modelValue="value"
class="ti-mb10 search-input"
:style="{ width: '100%', padding: '6px' }"
size="medium"
:style="{ width: '100%' }"
@update:modelValue="searchHandler"
>
<template #suffix>
Expand Down Expand Up @@ -218,17 +218,6 @@ export default defineComponent({
text-overflow: ellipsis;
}
.search-input {
.tiny-input__inner {
height: 46px;
font-size: 14px;
padding-left: 18px;
}
.tiny-input__suffix {
right: 20px;
}
}
.no-data-text {
color: var(--ti-common-color-text-secondary);
margin-top: var(--ti-common-size-5x);
Expand Down

0 comments on commit 506a842

Please sign in to comment.