Compare commits

..

No commits in common. "d0a6e6fa5bb847949c6ab27b023f3fae18a57b38" and "0567bd9465f66f7c764d86cc982b5dc5d6209608" have entirely different histories.

6 changed files with 6908 additions and 22132 deletions

View file

@ -1,11 +1,7 @@
#!/bin/bash #!/bin/bash
method="patch" yarn version
if [[ $1 != "" ]]; then yarn build
method=$1
fi
npm version $method
npm run build
if [[ $? == 0 ]]; then if [[ $? == 0 ]]; then
tar czf cmc_fe.tar.gz dist tar czf cmc_fe.tar.gz dist
git add . cmc_fe.tar.gz git add . cmc_fe.tar.gz

22121
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "cmc_fe", "name": "cmc_fe",
"version": "0.1.6", "version": "0.1.5",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",

View file

@ -24,7 +24,7 @@
{{ complaint.info.comments }} {{ complaint.info.comments }}
</v-card-text> </v-card-text>
<v-card-subtitle> <v-card-subtitle>
Info Info
</v-card-subtitle> </v-card-subtitle>
<v-card-text> <v-card-text>
<v-row> <v-row>

View file

@ -129,9 +129,6 @@ export default {
} }
</script> </script>
<style> <style>
.scroller {
height:600px;
}
.item { .item {
height: 100px; height: 100px;
overflow-y:hidden; overflow-y:hidden;

6904
yarn.lock Normal file

File diff suppressed because it is too large Load diff