mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 08:46:15 -04:00
fix(ui): remove table background
This commit is contained in:
parent
677f65b917
commit
a8f9d7e555
1 changed files with 14 additions and 6 deletions
|
@ -207,18 +207,26 @@ export default class CrontabGenerator extends Tool {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="less">
|
<style scoped lang="less">
|
||||||
::v-deep .cron-wrapper input {
|
::v-deep {
|
||||||
text-align: center;
|
.cron-wrapper input {
|
||||||
font-size: 22px;
|
text-align: center;
|
||||||
font-family: Consolas, monospace;
|
font-size: 22px;
|
||||||
|
font-family: Consolas, monospace;
|
||||||
|
}
|
||||||
|
|
||||||
|
.v-data-table {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.result {
|
.result {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
margin-bottom: 22px;
|
margin-bottom: 22px;
|
||||||
}
|
}
|
||||||
.text-center{
|
|
||||||
pre{
|
.text-center {
|
||||||
|
pre {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue