提交 2c25131d 编写于 作者: ibizdev's avatar ibizdev

chitanda 发布系统代码 [TrainSys,网页端]

上级 e409827a
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link type="text/css" href="./css/app-loading.css" rel="stylesheet"> <link type="text/css" href="/css/app-loading.css" rel="stylesheet">
<script src="./environments/environment.js"></script> <script src="/environments/environment.js"></script>
<title>Vite + Vue + TS</title> <title>Vite + Vue + TS</title>
</head> </head>
<body> <body>
...@@ -20,6 +20,6 @@ ...@@ -20,6 +20,6 @@
<label></label> <label></label>
</div> </div>
</div> </div>
<script type="module" src="./src/main.ts"></script> <script type="module" src="/src/main.ts"></script>
</body> </body>
</html> </html>
...@@ -50,8 +50,12 @@ export const AppCol = defineComponent({ ...@@ -50,8 +50,12 @@ export const AppCol = defineComponent({
Object.assign(styles, { Object.assign(styles, {
width: props.modelData.width ? props.modelData.width : '100%', width: props.modelData.width ? props.modelData.width : '100%',
height: props.modelData.height ? props.modelData.height : '100%', height: props.modelData.height ? props.modelData.height : '100%',
});
if (props.modelData.source?.detailType === 'DRUIPART') {
Object.assign(styles, {
overflow: 'auto', overflow: 'auto',
}); });
}
return styles; return styles;
}); });
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册