|
|
@@ -23,7 +23,7 @@ |
|
|
|
<div class="cluster-type-btn" v-if="type != 1 || type == 1 && state.type === 0" |
|
|
|
:class="state.type === 0 ? 'focused' : ''" |
|
|
|
:style="type != 1 ? 'border-top-right-radius:unset;border-bottom-right-radius:unset;' : ''" |
|
|
|
@click="state.type = 0"> |
|
|
|
@click="state.type = 0;state.engine='0'"> |
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" |
|
|
|
class="icon styles__StyledSVGIconPathComponent-sc-16fsqc8-0 cSaWDI svg-icon-path-icon fill" |
|
|
|
viewBox="0 0 32 32" width="16" height="16"> |
|
|
@@ -39,7 +39,7 @@ |
|
|
|
<div class="cluster-type-btn" v-if="type != 1 || type == 1 && state.type === 1" |
|
|
|
:class="state.type === 1 ? 'focused' : ''" |
|
|
|
:style="type != 1 ? 'border-top-left-radius:unset;border-bottom-left-radius:unset;' : ''" |
|
|
|
@click="state.type = 1"> |
|
|
|
@click="state.type = 1;state.engine='2'"> |
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" |
|
|
|
class="icon styles__StyledSVGIconPathComponent-sc-16fsqc8-0 iKfgJk svg-icon-path-icon fill" |
|
|
|
viewBox="0 0 32 32" width="16" height="16"> |
|
|
|