mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
feat: 新增工作区域内容模块
This commit is contained in:
@@ -9,6 +9,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
@mixin goId($block) {
|
||||
$B: $namespace + '-' + $block;
|
||||
##{$B} {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin deep() {
|
||||
:deep {
|
||||
@content;
|
||||
|
||||
Reference in New Issue
Block a user