Skip to content

Commit 21bd0df

Browse files
remove unneeded unit
1 parent 7dd5fed commit 21bd0df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/clients/dish/src/plugins/DishExportMap/DishExportMap.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ export default Vue.extend({
221221

222222
<style lang="scss" scoped>
223223
.rectangle_inactive {
224-
width: 0px;
225-
height: 0px;
224+
width: 0;
225+
height: 0;
226226
}
227227
228228
.rectangle_active {

0 commit comments

Comments
 (0)