mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
chore: 升级代码规范风格相关库至最新 (#736)
This commit is contained in:
@@ -50,7 +50,9 @@ const { device } = useNav();
|
||||
padding: 2px;
|
||||
margin-right: 3px;
|
||||
font-size: 20px;
|
||||
box-shadow: inset 0 -2px #cdcde6, inset 0 0 1px 1px #fff,
|
||||
box-shadow:
|
||||
inset 0 -2px #cdcde6,
|
||||
inset 0 0 1px 1px #fff,
|
||||
0 1px 2px 1px #1e235a66;
|
||||
}
|
||||
|
||||
|
||||
@@ -56,9 +56,9 @@ onMounted(() => {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.frame {
|
||||
z-index: 998;
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
z-index: 998;
|
||||
|
||||
.frame-iframe {
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user