-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add scoped less import for PeerSelector #273
Labels
Milestone
Comments
vincent-lee90
added a commit
to JeRaytheon/symbol-desktop-wallet
that referenced
this issue
May 12, 2020
symbol#321) *Add style files of all components scoped *Refactor style of PeerSelector *Refactor style of common Modal *Refactor style of MosaicBalanceList *Improved the display of upper right *Extracted the codes of DebugConsole *Extracted style codes of iview into a file named 'custom-iview' Correct part of UI display: * Select component is used uniformly, fixes symbol#347, * Changed the styles of MosaicBalanceList and TransactionList ,fixes symbol#350 * Changed some style of modals ,fixes symbol#348 *
vincent-lee90
added a commit
to JeRaytheon/symbol-desktop-wallet
that referenced
this issue
May 12, 2020
fixes symbol#273 (symbol#307) (symbol#321): *Add style files of all components scoped *Refactor style of PeerSelector *Refactor style of common Modal *Refactor style of MosaicBalanceList *Improved the display of upper right *Extracted the codes of DebugConsole *Extracted style codes of iview into a file named 'custom-iview' Correct part of UI display: * Select component is used uniformly, fixes symbol#347, * Changed the styles of MosaicBalanceList and TransactionList ,fixes symbol#350 * Changed some style of modals ,fixes symbol#348 *
vincent-lee90
added a commit
to JeRaytheon/symbol-desktop-wallet
that referenced
this issue
May 15, 2020
fixes symbol#307 (fixes symbol#273) (fixes symbol#321): *Add style files of all components scoped *Refactor style of PeerSelector *Refactor style of common Modal *Refactor style of MosaicBalanceList *Improved the display of upper right *Extracted the codes of DebugConsole *Extracted style codes of iview into a file named 'custom-iview' Correct part of UI display: * Select component is used uniformly, fixes symbol#347, * Changed the styles of MosaicBalanceList and TransactionList ,fixes symbol#350 * Changed some style of modals ,fixes symbol#348
vincent-lee90
added a commit
to JeRaytheon/symbol-desktop-wallet
that referenced
this issue
May 21, 2020
Merged
vincent-lee90
added a commit
to JeRaytheon/symbol-desktop-wallet
that referenced
this issue
May 21, 2020
evias
pushed a commit
to JeRaytheon/symbol-desktop-wallet
that referenced
this issue
May 27, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
src/components/PeerSelector/PeerSelector.vue
,i will suggest that if you want to change the iview styles in this component.please add
scoped
,like this<style lang="less" scoped></style>
The text was updated successfully, but these errors were encountered: