commit | 6f2ed698153c4e0286bb6b5f8fe010e5c89f6431 | [log] [tgz] |
---|---|---|
author | San3yuan <1071987081@qq.com> | Wed Apr 16 20:24:49 2025 +0800 |
committer | San3yuan <1071987081@qq.com> | Wed Apr 16 20:24:49 2025 +0800 |
tree | 2a28405783e1be9c07b898603f24b0d6a9d15b56 | |
parent | 2534d42fa2c21e551d59a4470fe0870c94e3f00c [diff] [blame] |
添加测试配置及登陆部分的测试 Change-Id: I6fa1fe23ad8773548927fdc921dceab841f2368a
diff --git a/src/views/forum/index.module.css b/src/views/forum/index.module.css new file mode 100644 index 0000000..53cf91c --- /dev/null +++ b/src/views/forum/index.module.css
@@ -0,0 +1,12 @@ +.selfStatus{ + width:25%; + height:45%; + position: absolute; + right:0%; + top:0%; + +} +.container{ + width:100%; + height:100%; +} \ No newline at end of file