mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-22 06:15:45 +00:00
add latest
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div ref="diagram"></div>
|
||||
<q-separator inset class="q-mb-sm" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
@@ -31,8 +32,8 @@ watchEffect(() => {
|
||||
|
||||
<style lang="scss">
|
||||
.icon-size {
|
||||
width: 55px;
|
||||
height: 55px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.ratio-count {
|
||||
@@ -52,7 +53,7 @@ watchEffect(() => {
|
||||
}
|
||||
|
||||
.electricity-icon {
|
||||
width: 22px;
|
||||
width: 30px;
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user