delete build style

This commit is contained in:
RuoYi 2023-03-18 09:31:26 +08:00
parent 4f02f3c6f7
commit ce7e12ec1d
1 changed files with 0 additions and 15 deletions

View File

@ -371,20 +371,6 @@ export default {
</script> </script>
<style lang='scss'> <style lang='scss'>
body, html{
margin: 0;
padding: 0;
background: #fff;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
}
input, textarea{
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
}
.editor-tabs{ .editor-tabs{
background: #121315; background: #121315;
.el-tabs__header{ .el-tabs__header{
@ -779,5 +765,4 @@ $lighterBlue: #409EFF;
} }
} }
} }
</style> </style>