Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(search):using prefix in classname #54

Merged
merged 2 commits into from
Dec 29, 2021
Merged

Conversation

JJunYang
Copy link
Contributor

No description provided.

@JJunYang JJunYang requested review from jin0209 and LeeJim December 28, 2021 01:32
<view
class="{{classPrefix}}__input-box {{prefix}}-{{localValue.focus ? 'is-focused' : 'not-focused'}} {{classPrefix}}__input-box--{{center && !localValue.keyword && 'center'}} {{classPrefix}}__input-box--{{shape}} "
bind:tap="tapWhenCenterActiveHandle"
>
<view wx:if="{{ label }}" class="{{classPrefix}}__label t-class-label">{{ label }}</view>
<view wx:if="{{ label }}" class="{{classPrefix}}__label {{prefix}}-class-label">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议不要加空格{{label}}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Collaborator

@LeeJim LeeJim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@LeeJim LeeJim merged commit 50262dc into develop Dec 29, 2021
@LeeJim LeeJim deleted the feature/search/css-standard branch December 29, 2021 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants