h
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
.__PFX__-dm-root{
|
||||
margin:20px 0;
|
||||
display:grid;
|
||||
grid-template-columns: 110px 1fr;
|
||||
gap:14px;
|
||||
align-items:start;
|
||||
}
|
||||
|
||||
|
||||
/* 所有模块默认在右侧 */
|
||||
.__PFX__-dm-title,
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
/* ================= Layout B ================= */
|
||||
|
||||
.__PFX__-dm-root{
|
||||
margin:20px 0;
|
||||
display:grid;
|
||||
grid-template-columns: 110px 1fr;
|
||||
gap:14px;
|
||||
align-items:start;
|
||||
}
|
||||
.__PFX__-dm-root.__PFX__-layout-B{
|
||||
margin:20px 0;
|
||||
display:flex;
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
/* ================= Layout C ================= */
|
||||
|
||||
.__PFX__-dm-root{
|
||||
margin:20px 0;
|
||||
display:grid;
|
||||
grid-template-columns: 110px 1fr;
|
||||
gap:14px;
|
||||
align-items:start;
|
||||
}
|
||||
.__PFX__-dm-root.__PFX__-layout-C{
|
||||
margin:20px 0;
|
||||
display:flex;
|
||||
|
||||
Reference in New Issue
Block a user