2361 ticket sale multi check fix-ish +popover size
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
2e44c2d9db
commit
e974f638dd
|
@ -11,6 +11,7 @@ import './style.scss';
|
||||||
export default class MultiCheck extends FormInput {
|
export default class MultiCheck extends FormInput {
|
||||||
constructor($element, $scope) {
|
constructor($element, $scope) {
|
||||||
super($element, $scope);
|
super($element, $scope);
|
||||||
|
this.checkAll = false;
|
||||||
this._checked = false;
|
this._checked = false;
|
||||||
this.checkField = 'checked';
|
this.checkField = 'checked';
|
||||||
this.isIntermediate = false;
|
this.isIntermediate = false;
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
<!-- Transfer Popover -->
|
<!-- Transfer Popover -->
|
||||||
<vn-popover vn-id="transfer">
|
<vn-popover vn-id="transfer">
|
||||||
<div class="vn-pa-md transfer">
|
<div class="vn-pa-lg transfer">
|
||||||
<vn-horizontal>
|
<vn-horizontal>
|
||||||
<vn-one>
|
<vn-one>
|
||||||
<h4 translate>Sales to transfer</h4>
|
<h4 translate>Sales to transfer</h4>
|
||||||
|
|
Loading…
Reference in New Issue