mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 13:08:42 +00:00
[config_tool] vCAT widget behavior
let vCAT chunk no longer fixed-drag Tracked-On: #8187 Signed-off-by: Chuang-Ke <chuangx.ke@intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
parent
3a4b84e078
commit
a35f3c0d65
@ -23,9 +23,9 @@ export default {
|
|||||||
computed: {
|
computed: {
|
||||||
sliderOptions() {
|
sliderOptions() {
|
||||||
let options = {}
|
let options = {}
|
||||||
if (this.isVcat) {
|
// if (this.isVcat) {
|
||||||
options['behaviour'] = 'drag-fixed'
|
// options['behaviour'] = 'drag-fixed'
|
||||||
}
|
// }
|
||||||
return options
|
return options
|
||||||
},
|
},
|
||||||
hexField: {
|
hexField: {
|
||||||
|
Loading…
Reference in New Issue
Block a user