(),
+ { sizeHeight: 500, sizeWidth: 500 }
+);
+const $q = useQuasar();
const tab = ref('GUIDE');
const tableTitle = reactive({
faultNameShower: '',
@@ -416,11 +422,11 @@ onMounted(() => {
display: flex;
height: calc(100vh - 120px);
.left {
- width: calc(50vw + 60px);
+ width: 67%;
}
.right {
flex: 1;
- height: calc(100vh - 120px);
+ height: 100%;
.detaiRow {
margin: 10px 0 0 20px;
.text {