fix: bug#19087

* fix: bug#19087
This commit is contained in:
XieYongHong 2023-10-23 13:49:16 +08:00 committed by GitHub
parent 70a1cf2197
commit 8548138cf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
docker build -t registry.cn-shenzhen.aliyuncs.com/jetlinks/jetlinks-ui-vue:2.1.0-TEST . docker build -t registry.cn-shenzhen.aliyuncs.com/jetlinks/jetlinks-ui-vue:2.1.0 .
docker push registry.cn-shenzhen.aliyuncs.com/jetlinks/jetlinks-ui-vue:2.1.0-TEST docker push registry.cn-shenzhen.aliyuncs.com/jetlinks/jetlinks-ui-vue:2.1.0

View File

@ -1806,4 +1806,4 @@ const Status = defineComponent({
}, },
}) })
export default Status export default Status

View File

@ -162,4 +162,4 @@ watchEffect(() => {
<style scoped lang='less'> <style scoped lang='less'>
@import './index.less'; @import './index.less';
</style> </style>

View File

@ -196,4 +196,4 @@ watchEffect(() => {
display: none; display: none;
} }
} }
</style> </style>