-
Notifications
You must be signed in to change notification settings - Fork 2
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
Issues/1519 #1570
Issues/1519 #1570
Conversation
color: var(--button-text-color); | ||
border: 0; | ||
} | ||
.theme { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the use of this class?
@@ -0,0 +1,59 @@ | |||
<template> | |||
<!-- <button class="btn btn-primary button-theme" :style="buttonThemeCss" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the hardcoding
@click="clickBtn" | ||
> | ||
{{name}}</button> --> | ||
<div :class="styleClass ? `${styleClass}` : 'btn btn-primary button-theme'" :style="buttonThemeCss" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here will buttonThemeCss not override value in :class ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it will not override
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pleas fix all this
type: String, | ||
require: false | ||
}, | ||
styleClass:{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change the name of this prop to customClass
HfButtons.vue
component added in components/elements folder.Events.vue
andparticipants.vue
page.ExportAll
button andLottery