feat: 添加统一比例复选框的禁用逻辑,依赖于统一大小选项
This commit is contained in:
@@ -70,6 +70,7 @@ async function saveUnifiedRatio() {
|
|||||||
type="checkbox"
|
type="checkbox"
|
||||||
bind:checked={unifiedRatio}
|
bind:checked={unifiedRatio}
|
||||||
onchange={saveUnifiedRatio}
|
onchange={saveUnifiedRatio}
|
||||||
|
disabled={!unifiedSize}
|
||||||
class="checkbox" />
|
class="checkbox" />
|
||||||
Unified Ratio
|
Unified Ratio
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user