提交 31932989 编写于 作者: H hdx

long-list: 修正字体加载逻辑

上级 7b54ef04
...@@ -174,11 +174,10 @@ ...@@ -174,11 +174,10 @@
</script> </script>
<style> <style>
/* TODO 暂时写到了页面 long-list */ @font-face {
/* @font-face {
font-family: "UtsStarIcons"; font-family: "UtsStarIcons";
src: url('@/static/fonts/icon-star.ttf'); src: url('@/static/fonts/icon-star.ttf');
} */ }
.list { .list {
flex: 1; flex: 1;
......
...@@ -220,12 +220,6 @@ ...@@ -220,12 +220,6 @@
</script> </script>
<style> <style>
/* TODO 应该写在 long-list-page */
@font-face {
font-family: "UtsStarIcons";
src: url('@/static/fonts/icon-star.ttf');
}
.flex-row { .flex-row {
flex-direction: row; flex-direction: row;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册