print template color picker alignment updated
This commit is contained in:
parent
48a84eb740
commit
c5f6030c39
8
public/css/element.css
vendored
8
public/css/element.css
vendored
@ -12246,6 +12246,7 @@
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
padding: 6px;
|
||||
left: 341px !important;
|
||||
-webkit-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
background-color: #FFF;
|
||||
@ -15316,17 +15317,14 @@
|
||||
}
|
||||
|
||||
/*--------Import Components--------*/
|
||||
|
||||
|
||||
.el-color-picker__icon
|
||||
{
|
||||
padding-left: 16px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.el-color-dropdown.el-color-picker__panel
|
||||
{
|
||||
left: 341px !important;
|
||||
.template-color-picker {
|
||||
left: 492px !important;
|
||||
}
|
||||
|
||||
.el-color-picker__color
|
||||
|
@ -49,7 +49,7 @@
|
||||
<div class="input-group input-group-merge" id="invoice-color-picker">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text">
|
||||
<el-color-picker v-model="invoice_form.color" size="mini" :predefine="predefineColors" @change="onChangeColor"></el-color-picker>
|
||||
<el-color-picker popper-class="template-color-picker" v-model="invoice_form.color" size="mini" :predefine="predefineColors" @change="onChangeColor"></el-color-picker>
|
||||
</span>
|
||||
</div>
|
||||
{!! Form::text('color', $setting['color'], ['v-model' => 'invoice_form.color', '@input' => 'onChangeColorInput', 'id' => 'color', 'class' => 'form-control color-hex', 'required' => 'required']) !!}
|
||||
|
Loading…
x
Reference in New Issue
Block a user