style:增加路径图详情

This commit is contained in:
李晓鸽
2022-09-15 18:35:26 +08:00
26 changed files with 3061 additions and 72 deletions

View File

@@ -41,8 +41,10 @@ export default defineComponent({
</script>
<style lang="scss">
#app {
font-family: MicrosoftYaHei, Microsoft YaHei, Avenir, Helvetica, Arial,
sans-serif;
// font-family: MicrosoftYaHei, Microsoft YaHei, Avenir, Helvetica, Arial,
// sans-serif;
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
Microsoft YaHei, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #2c3e50;
@@ -56,7 +58,6 @@ export default defineComponent({
background-color: rgba(242, 245, 247, 1);
main {
flex: 1;
// min-height: 100%;
width: 100%;
padding: 30px;
box-sizing: border-box;