123456789101112131415161718192021222324252627282930313233343536 |
- page{
- height:100%;
- }
- .main_container {
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- background-color: #e5e5e5;
- }
- .menu {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- background-color: white;
- }
- .my-uploader{
- font-size: 10pt;
- }
- .page__bd {
- width: 100%;
- }
- .v-commit{
- width: 100%;
- height: 100px;
- }
- .commit-btn {
- margin-top: 40pt;
- background-color: #2A82E4;
- color: white;
- }
|