优化后台界面与无操作退出体验
This commit is contained in:
@@ -74,6 +74,17 @@ describe("project management access", () => {
|
||||
expect(source).not.toContain('fixed="right"');
|
||||
});
|
||||
|
||||
it("keeps the project summary header compact", () => {
|
||||
const source = readProjects();
|
||||
|
||||
expect(source).toContain("padding: 10px 16px;");
|
||||
expect(source).toContain("padding: 9px 12px;");
|
||||
expect(source).toContain("width: 32px;");
|
||||
expect(source).toContain("height: 32px;");
|
||||
expect(source).toContain("font-size: 20px;");
|
||||
expect(source).toContain("font-size: 11px;");
|
||||
});
|
||||
|
||||
it("renders project names as plain text and moves setup configuration to a gear action", () => {
|
||||
const source = readProjects();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user