fix: 取消页内scoped样式(未完成)

This commit is contained in:
likexuan
2023-04-03 15:46:25 +08:00
parent beca4acbf9
commit d463ae38f1
21 changed files with 132 additions and 272 deletions

View File

@@ -230,12 +230,3 @@ export default {
}
}
</script>
<style scoped>
/deep/ .metric-selector-title{
margin-left: 0 !important;
}
/deep/ .query-row .metric-selector-input-box {
width: calc(100% - 120px);
}
</style>