1234567891011121314151617181920212223242526272829303132333435 |
- .tooltip-content {
- max-width: 500px;
- overflow-y: auto;
- }
- .inStorage-form {
- :deep(.el-drawer__header) {
- margin-bottom: 0;
- }
- .box-card {
- height: 100%;
- :deep(.el-card__body) {
- height: calc(100% - 70px);
- }
- }
- .btn {
- margin-top: 32px;
- display: flex;
- justify-content: center;
- .el-button {
- padding: 0 32px;
- }
- }
- .w-50 {
- width: 21.5rem;
- }
- .input-suffix {
- width: 100%;
- .inline-flex {
- white-space: nowrap;
- }
- .d-flex {
- display: flex;
- }
- }
- }
|