chore(admin-ui): unify export button label and global box sizing
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
html{box-sizing:border-box;}
|
||||||
|
*,*::before,*::after{box-sizing:inherit;}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
|
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
|
||||||
color:var(--adm-text, #0f172a);
|
color:var(--adm-text, #0f172a);
|
||||||
|
|||||||
@@ -773,7 +773,7 @@
|
|||||||
</label>
|
</label>
|
||||||
|
|
||||||
<div class="mt-6">
|
<div class="mt-6">
|
||||||
<button class="btn btn-secondary btn-sm" type="submit">导出当前筛选结果(CSV)</button>
|
<button class="btn btn-secondary btn-sm" type="submit">导出 CSV</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user