You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
下拉菜单中, li => float: left,设置 ul => display: inline-block; 可以产生 清除浮动的效果。使得父元素包裹浮动元素。原因: 如果不设置 ul 的display为 inline-block 的话,给 ul 设置的background-color 无效,因此此时li 并没有撑开 ul 元素的高度。导致 ul 的高度是 0 。
This discussion was converted from issue #52 on January 23, 2024 15:03.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@import '../../styles/admin.scss';
和@import ('../../styles/admin.scss')
区别;style scoped
对使用的组件的代码无效问题的解决=>Beta Was this translation helpful? Give feedback.
All reactions