This commit is contained in:
kakkokari-gtyih 2026-01-24 02:05:24 +09:00
parent 1e164d7110
commit 178e1f8099
1 changed files with 0 additions and 10 deletions

View File

@ -212,13 +212,3 @@ const save = throttle(100, () => {
watch(role, save, { deep: true });
</script>
<style lang="scss" module>
.useDefaultLabel {
opacity: 0.7;
}
.priorityIndicator {
margin-left: 8px;
}
</style>