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{
|
||||
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
|
||||
color:var(--adm-text, #0f172a);
|
||||
|
||||
@@ -773,7 +773,7 @@
|
||||
</label>
|
||||
|
||||
<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>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user